| Modifier and Type | Method and Description |
|---|---|
void |
RDBUpdater.updateEntityData(DataTable dataTable,
BigInteger pkValue,
List<ColumnValuePair<DataColumn,?>> columnValuePairs) |
| Modifier and Type | Method and Description |
|---|---|
static DataExtractor |
DataExtractorFactory.getRecordDataExtractor(DataTable table,
CollectRecord record) |
| Constructor and Description |
|---|
CodeValueFKColumnValueExtractor(DataTable table,
CodeValueFKColumn column) |
CoordinateLatLonColumnValueExtractor(DataTable table,
CoordinateLatLonColumn column) |
DataTableDataColumnValueExtractor(DataTable table,
C column) |
DataTableDataExtractor(DataTable table,
Record record) |
| Modifier and Type | Method and Description |
|---|---|
void |
JooqDatabaseExporter.updateEntityData(DataTable dataTable,
BigInteger pkValue,
List<ColumnValuePair<DataColumn,?>> columnValuePairs) |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
RelationalSchema.getDataTable(NodeDefinition nodeDefinition) |
DataTable |
RelationalSchema.getDataTableByDefinitionId(int id) |
DataTable |
DataTable.getParent() |
DataTable |
RelationalSchema.getRootDataTable(String rootEntityName) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RelationalSchemaGenerator.addAncestorKeyColumns(DataTable table) |
protected void |
RelationalSchemaGenerator.addPKColumn(DataTable table) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DataTables.getCodeFKColumnName(RelationalSchemaConfig config,
DataTable dataTable,
CodeAttributeDefinition attrDefn) |
Copyright © 2021 Open Foris. All rights reserved.