Uses of Class
org.openforis.collect.relational.model.DataTable
-
-
Uses of DataTable in org.openforis.collect.relational
Methods in org.openforis.collect.relational with parameters of type DataTable Modifier and Type Method Description voidRDBUpdater. updateEntityData(DataTable dataTable, BigInteger pkValue, List<ColumnValuePair<DataColumn,?>> columnValuePairs) -
Uses of DataTable in org.openforis.collect.relational.data
Methods in org.openforis.collect.relational.data with parameters of type DataTable Modifier and Type Method Description static DataExtractorDataExtractorFactory. getRecordDataExtractor(DataTable table, CollectRecord record) -
Uses of DataTable in org.openforis.collect.relational.data.internal
Constructors in org.openforis.collect.relational.data.internal with parameters of type DataTable Constructor Description CodeValueFKColumnValueExtractor(DataTable table, CodeValueFKColumn column)CoordinateLatLonColumnValueExtractor(DataTable table, CoordinateLatLonColumn column)DataTableDataColumnValueExtractor(DataTable table, C column)DataTableDataExtractor(DataTable table, Record record) -
Uses of DataTable in org.openforis.collect.relational.jooq
Methods in org.openforis.collect.relational.jooq with parameters of type DataTable Modifier and Type Method Description voidJooqDatabaseExporter. updateEntityData(DataTable dataTable, BigInteger pkValue, List<ColumnValuePair<DataColumn,?>> columnValuePairs) -
Uses of DataTable in org.openforis.collect.relational.model
Methods in org.openforis.collect.relational.model that return DataTable Modifier and Type Method Description DataTableRelationalSchema. getDataTable(NodeDefinition nodeDefinition)DataTableRelationalSchema. getDataTableByDefinitionId(int id)DataTableDataTable. getParent()DataTableRelationalSchema. getRootDataTable(String rootEntityName)Methods in org.openforis.collect.relational.model that return types with arguments of type DataTable Modifier and Type Method Description List<DataTable>DataTable. getAncestors()List<DataTable>DataTable. getChildTables()List<DataTable>RelationalSchema. getDataTables()Returns a list of data tables hierarchically sorted (BFS)List<? extends DataTable>RelationalSchema. getDescendantTablesForDefinition(int definitionId)Collection<DataTable>RelationalSchema. getRootDataTables()Methods in org.openforis.collect.relational.model with parameters of type DataTable Modifier and Type Method Description protected voidRelationalSchemaGenerator. addAncestorKeyColumns(DataTable table)protected voidRelationalSchemaGenerator. addPKColumn(DataTable table) -
Uses of DataTable in org.openforis.collect.relational.util
Methods in org.openforis.collect.relational.util with parameters of type DataTable Modifier and Type Method Description static StringDataTables. getCodeFKColumnName(RelationalSchemaConfig config, DataTable dataTable, CodeAttributeDefinition attrDefn)
-