Uses of Class
org.openforis.collect.relational.model.RelationalSchemaConfig
-
Packages that use RelationalSchemaConfig Package Description org.openforis.collect.relational org.openforis.collect.relational.model org.openforis.collect.relational.util -
-
Uses of RelationalSchemaConfig in org.openforis.collect.relational
Methods in org.openforis.collect.relational with parameters of type RelationalSchemaConfig Modifier and Type Method Description voidCollectRDBPublisher. 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 RelationalSchemaConfig Modifier and Type Method Description static RelationalSchemaConfigRelationalSchemaConfig. createDefault()Methods in org.openforis.collect.relational.model with parameters of type RelationalSchemaConfig Modifier and Type Method Description voidRelationalSchemaGenerator. setConfig(RelationalSchemaConfig config)Constructors in org.openforis.collect.relational.model with parameters of type RelationalSchemaConfig Constructor Description RelationalSchemaGenerator(RelationalSchemaConfig config) -
Uses of RelationalSchemaConfig in org.openforis.collect.relational.util
-