Uses of Class
cc.carm.plugin.minesql.api.table.SimpleSQLTable
-
Packages that use SimpleSQLTable Package Description cc.carm.plugin.minesql.api.table -
-
Uses of SimpleSQLTable in cc.carm.plugin.minesql.api.table
Methods in cc.carm.plugin.minesql.api.table that return SimpleSQLTable Modifier and Type Method Description static @NotNull SimpleSQLTable
SimpleSQLTable. of(@NotNull java.lang.String tableName, @NotNull cc.carm.lib.easysql.api.function.SQLHandler<cc.carm.lib.easysql.api.builder.TableCreateBuilder> tableBuilder)
static @NotNull SimpleSQLTable
SimpleSQLTable. of(@Nullable java.lang.String database, @NotNull java.lang.String tableName, @NotNull cc.carm.lib.easysql.api.function.SQLHandler<cc.carm.lib.easysql.api.builder.TableCreateBuilder> tableBuilder)
static @NotNull SimpleSQLTable
SimpleSQLTable. of(@Nullable java.lang.String database, @NotNull java.lang.String tableName, @Nullable java.lang.String tablePrefix, @NotNull cc.carm.lib.easysql.api.function.SQLHandler<cc.carm.lib.easysql.api.builder.TableCreateBuilder> tableBuilder)
static @NotNull SimpleSQLTable
SimpleSQLTable. of(@Nullable java.lang.String database, @NotNull java.lang.String tableName, @Nullable java.util.function.Supplier<java.lang.String> tablePrefix, @NotNull cc.carm.lib.easysql.api.function.SQLHandler<cc.carm.lib.easysql.api.builder.TableCreateBuilder> tableBuilder)
-