Uses of Interface
org.openforis.collect.relational.model.Table
-
-
Uses of Table in org.openforis.collect.relational.data
Methods in org.openforis.collect.relational.data that return Table Modifier and Type Method Description abstract Table<?>DataExtractor. getTable()Table<?>Row. getTable()Constructors in org.openforis.collect.relational.data with parameters of type Table Constructor Description Row(Table<?> table) -
Uses of Table in org.openforis.collect.relational.data.internal
Classes in org.openforis.collect.relational.data.internal with type parameters of type Table Modifier and Type Class Description classColumnValueExtractor<T extends Table<?>,C extends Column<?>>Fields in org.openforis.collect.relational.data.internal declared as Table Modifier and Type Field Description protected TColumnValueExtractor. tableMethods in org.openforis.collect.relational.data.internal that return Table Modifier and Type Method Description Table<?>CodeTableDataExtractor. getTable()Table<?>DataTableDataExtractor. getTable() -
Uses of Table in org.openforis.collect.relational.model
Classes in org.openforis.collect.relational.model that implement Table Modifier and Type Class Description classCodeTableclassDataTableMethods in org.openforis.collect.relational.model that return Table Modifier and Type Method Description Table<?>Constraint. getTable()Table<?>RelationalSchema. getTable(String name)Methods in org.openforis.collect.relational.model that return types with arguments of type Table Modifier and Type Method Description List<Table<?>>RelationalSchema. getTables() -
Uses of Table in org.openforis.collect.relational.print
Methods in org.openforis.collect.relational.print with parameters of type Table Modifier and Type Method Description protected voidRDBPrintTask. writeBatchInsert(Table<?> table, DataExtractor extractor) -
Uses of Table in org.openforis.collect.relational.sql
Methods in org.openforis.collect.relational.sql with parameters of type Table Modifier and Type Method Description protected voidSqlWriter. writeBatchInsert(Table<?> table, DataExtractor extractor)
-