Uses of Class
studio.magemonkey.codex.mccore.sql.direct.SQLDatabase
Packages that use SQLDatabase
-
Uses of SQLDatabase in studio.magemonkey.codex.mccore.sql.direct
Constructors in studio.magemonkey.codex.mccore.sql.direct with parameters of type SQLDatabaseModifierConstructorDescriptionSQLEntry(SQLDatabase database, SQLTable table, String name) Initializes a new SQL entrySQLTable(SQLDatabase sql, String name) Constructs a new table.