Uses of Class
com.orchestranetworks.addon.dex.mapping.SQLField
Package
Description
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
Classes and interfaces to configure mapping between source and target applications.
-
Uses of SQLField in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeMethodDescriptionSQLTableGeneration.generateTables
(String sqlDataSource, String schemaName, String tablePattern, Set<String> sqlTableNames, ServiceType serviceType) Returns theTableGenerationResult
forSQLTable
.SQLExportApplicationMappingHelper.getApplicationMapping
(SQLExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default SQL export.SQLImportApplicationMappingHelper.getApplicationMapping
(SQLImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default SQL import. -
Uses of SQLField in com.orchestranetworks.addon.dex.mapping
Modifier and TypeMethodDescriptionSQLTable.getFields()
Returns the list ofSQLField
fields on this table or view.Modifier and TypeMethodDescriptionfinal void
Sets a list ofSQLField
fields to this table or view.