Uses of Class
org.openforis.collect.relational.model.DataTable
Packages that use DataTable
Package
Description
-
Uses of DataTable in org.openforis.collect.relational
Methods in org.openforis.collect.relational with parameters of type DataTableModifier and TypeMethodDescriptionvoidRDBUpdater.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 DataTableModifier and TypeMethodDescriptionstatic 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 DataTableModifierConstructorDescriptionCodeValueFKColumnValueExtractor(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 DataTableModifier and TypeMethodDescriptionvoidJooqDatabaseExporter.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 DataTableModifier and TypeMethodDescriptionRelationalSchema.getDataTable(NodeDefinition nodeDefinition) RelationalSchema.getDataTableByDefinitionId(int id) DataTable.getParent()RelationalSchema.getRootDataTable(String rootEntityName) Methods in org.openforis.collect.relational.model that return types with arguments of type DataTableModifier and TypeMethodDescriptionDataTable.getAncestors()DataTable.getChildTables()RelationalSchema.getDataTables()Returns a list of data tables hierarchically sorted (BFS)RelationalSchema.getDescendantTablesForDefinition(int definitionId) RelationalSchema.getRootDataTables()Methods in org.openforis.collect.relational.model with parameters of type DataTableModifier and TypeMethodDescriptionprotected 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 DataTableModifier and TypeMethodDescriptionstatic StringDataTables.getCodeFKColumnName(RelationalSchemaConfig config, DataTable dataTable, CodeAttributeDefinition attrDefn)