Uses of Class
ai.dat.core.adapter.data.Table
Packages that use Table
-
Uses of Table in ai.dat.core.adapter
Methods in ai.dat.core.adapter with parameters of type TableModifier and TypeMethodDescriptionprotected voidGenericSqlDatabaseAdapter.createTable(Connection conn, Table table) protected StringGenericSqlDatabaseAdapter.getCreateTableSql(Table table) protected StringGenericSqlDatabaseAdapter.getInsertSql(Table table) voidvoidprotected voidGenericSqlDatabaseAdapter.insertTable(Connection conn, Table table, List<List<String>> data)