Uses of Class
com.appslandia.common.record.Table
-
Packages that use Table Package Description com.appslandia.common.record -
-
Uses of Table in com.appslandia.common.record
Methods in com.appslandia.common.record that return Table Modifier and Type Method Description TableDbContext. getTable(String tableName)static TableRecordUtils. loadTable(Connection conn, String catalog, String schema, String tableName)TableTable. setCatalog(String catalog)TableTable. setFields(List<Field> fields)TableTable. setName(String name)TableTable. setSchema(String schema)Methods in com.appslandia.common.record with parameters of type Table Modifier and Type Method Description Object[]Record. toValues(Table table)
-