Package | Description |
---|---|
com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
Modifier and Type | Method and Description |
---|---|
TableGenerationResult<SQLField,SQLTable> |
SQLTableGeneration.generateTables(String sqlDataSource,
String schemaName,
String tablePattern,
Set<String> sqlTableNames,
ServiceType serviceType)
Returns the
TableGenerationResult for SQLTable . |
ApplicationMapping<EBXField,SQLField> |
SQLExportApplicationMappingHelper.getApplicationMapping(SQLExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default SQL export. |
ApplicationMapping<SQLField,EBXField> |
SQLImportApplicationMappingHelper.getApplicationMapping(SQLImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default SQL import. |
Modifier and Type | Method and Description |
---|---|
List<SQLField> |
SQLTable.getFields()
Returns the list of
SQLField fields on this table or view. |
Modifier and Type | Method and Description |
---|---|
void |
SQLTable.setFields(List<SQLField> fields)
Sets a list of
SQLField fields to this table or view. |
Constructor and Description |
---|
SQLTable(String schemaName,
String sqlTableOrView,
List<SQLField> fields) |