Uses of Class
cc.carm.plugin.minesql.api.table.SQLTablesRoot
-
Packages that use SQLTablesRoot Package Description cc.carm.plugin.minesql -
-
Uses of SQLTablesRoot in cc.carm.plugin.minesql
Methods in cc.carm.plugin.minesql with parameters of type SQLTablesRoot Modifier and Type Method Description static void
MineSQL. createTables(@NotNull SQLTablesRoot tablesRoot)
读取一个SQLTablesRoot
中全部的SimpleSQLTable
实例并初始化。Method parameters in cc.carm.plugin.minesql with type arguments of type SQLTablesRoot Modifier and Type Method Description static void
MineSQL. createTables(@NotNull java.lang.Class<? extends SQLTablesRoot> tablesRootClazz)
读取一个SQLTablesRoot
类中 中全部的静态SimpleSQLTable
实例并初始化。
-