Uses of Class
cc.carm.lib.easysql.api.table.NamedSQLTable
-
Packages that use NamedSQLTable Package Description cc.carm.lib.easysql.api -
-
Uses of NamedSQLTable in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return NamedSQLTable Modifier and Type Method Description static @NotNull NamedSQLTableSQLTable. of(@NotNull java.lang.String tableName, @NotNull java.lang.String[] columns)static @NotNull NamedSQLTableSQLTable. of(@NotNull java.lang.String tableName, @NotNull java.lang.String[] columns, @Nullable java.lang.String tableSettings)static @NotNull NamedSQLTableSQLTable. of(@NotNull java.lang.String tableName, @Nullable SQLHandler<TableCreateBuilder> table)
-