Uses of Class
studio.magemonkey.codex.mccore.sql.direct.SQLTable
Packages that use SQLTable
-
Uses of SQLTable in studio.magemonkey.codex.mccore.sql.direct
Methods in studio.magemonkey.codex.mccore.sql.direct that return SQLTableModifier and TypeMethodDescriptionSQLDatabase.createTable(String name) Creates a new table in the database.SQLDatabase.createTable(org.bukkit.plugin.Plugin plugin, String name) Creates a new table in the database for a specific plugin.Constructors in studio.magemonkey.codex.mccore.sql.direct with parameters of type SQLTableModifierConstructorDescriptionSQLEntry(SQLDatabase database, SQLTable table, String name) Initializes a new SQL entry