Uses of Class
org.openforis.collect.relational.model.RelationalSchemaConfig
Packages that use RelationalSchemaConfig
Package
Description
-
Uses of RelationalSchemaConfig in org.openforis.collect.relational
Methods in org.openforis.collect.relational with parameters of type RelationalSchemaConfigModifier and TypeMethodDescriptionvoidCollectRDBPublisher.export(String surveyName, String rootEntityName, CollectRecord.Step step, String targetSchemaName, Connection targetConn, RelationalSchemaConfig config) voidCollectRDBPublisher.export(String surveyName, String rootEntityName, CollectRecord.Step step, String targetSchemaName, Connection targetConn, RelationalSchemaConfig config, org.openforis.concurrency.ProgressListener progressListener) voidCollectRDBPublisher.export(String surveyName, String rootEntityName, CollectRecord.Step step, String targetSchemaName, RelationalSchemaConfig config) voidCollectRDBPublisher.export(String surveyName, String rootEntityName, CollectRecord.Step step, String targetSchemaName, RelationalSchemaConfig config, org.openforis.concurrency.ProgressListener progressListener) -
Uses of RelationalSchemaConfig in org.openforis.collect.relational.model
Methods in org.openforis.collect.relational.model that return RelationalSchemaConfigModifier and TypeMethodDescriptionstatic RelationalSchemaConfigRelationalSchemaConfig.createDefault()Methods in org.openforis.collect.relational.model with parameters of type RelationalSchemaConfigModifier and TypeMethodDescriptionvoidRelationalSchemaGenerator.setConfig(RelationalSchemaConfig config) Constructors in org.openforis.collect.relational.model with parameters of type RelationalSchemaConfig -
Uses of RelationalSchemaConfig in org.openforis.collect.relational.util
Methods in org.openforis.collect.relational.util with parameters of type RelationalSchemaConfigModifier and TypeMethodDescriptionstatic StringCodeListTables.getCodeColumnName(RelationalSchemaConfig config, String tableName) static StringDataTables.getCodeFKColumnName(RelationalSchemaConfig config, DataTable dataTable, CodeAttributeDefinition attrDefn) static StringCodeListTables.getDescriptionColumnName(RelationalSchemaConfig config, String tableName) protected static StringCodeListTables.getDescriptionColumnName(RelationalSchemaConfig config, String baseTableName, String langCode) static StringCodeListTables.getDescriptionColumnName(RelationalSchemaConfig config, CodeList codeList, Integer levelIdx) static StringCodeListTables.getDescriptionColumnName(RelationalSchemaConfig config, CodeList codeList, Integer levelIdx, String langCode) static StringCodeListTables.getIdColumnName(RelationalSchemaConfig config, String tableName) static StringCodeListTables.getLabelColumnName(RelationalSchemaConfig config, String tableName) static StringCodeListTables.getLabelColumnName(RelationalSchemaConfig config, CodeList codeList, Integer levelIdx) static StringCodeListTables.getLabelColumnName(RelationalSchemaConfig config, CodeList codeList, Integer levelIdx, String langCode) static StringCodeListTables.getTableName(RelationalSchemaConfig config, CodeAttributeDefinition attrDef) static StringCodeListTables.getTableName(RelationalSchemaConfig config, CodeList codeList, Integer levelIdx)