Uses of Interface
org.openforis.collect.relational.model.Table
Packages that use Table
Package
Description
-
Uses of Table in org.openforis.collect.relational.data
Methods in org.openforis.collect.relational.data that return TableModifier and TypeMethodDescriptionabstract Table<?> DataExtractor.getTable()Table<?> Row.getTable()Constructors in org.openforis.collect.relational.data with parameters of type Table -
Uses of Table in org.openforis.collect.relational.data.internal
Classes in org.openforis.collect.relational.data.internal with type parameters of type TableModifier and TypeClassDescriptionclassColumnValueExtractor<T extends Table<?>,C extends Column<?>> Fields in org.openforis.collect.relational.data.internal declared as TableMethods in org.openforis.collect.relational.data.internal that return Table -
Uses of Table in org.openforis.collect.relational.model
Classes in org.openforis.collect.relational.model that implement TableMethods in org.openforis.collect.relational.model that return TableMethods in org.openforis.collect.relational.model that return types with arguments of type Table -
Uses of Table in org.openforis.collect.relational.print
Methods in org.openforis.collect.relational.print with parameters of type TableModifier and TypeMethodDescriptionprotected 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 TableModifier and TypeMethodDescriptionprotected voidSqlWriter.writeBatchInsert(Table<?> table, DataExtractor extractor)