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.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
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 . |
Modifier and Type | Method and Description |
---|---|
Map<SQLTable,TableFilter> |
SQLImportConfigurationSpec.getSourceTableFilters()
Returns a map of table filters and an
SQLTable instance as the
key parameter. |
List<SQLTable> |
SQLImportConfigurationSpec.getSourceTables()
Returns the list of source tables.
|
Constructor and Description |
---|
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
SQLTable sqlTableOrView,
com.orchestranetworks.service.Session session)
Imports data with
JNDIDataSource outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
SQLTable sqlTableOrView,
TableFilter tableFilter,
com.orchestranetworks.service.Session session)
Imports data with a filter and
JNDIDataSource outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
String sqlDataSourceName,
SQLTable sqlTableOrView,
com.orchestranetworks.service.Session session)
Imports data outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
String sqlDataSourceName,
SQLTable sqlTableOrView,
TableFilter tableFilter,
com.orchestranetworks.service.Session session)
Imports data from an SQL table with a filter outside of a
UIService . |