Uses of Class
com.orchestranetworks.addon.dex.mapping.SQLTable
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 define specifications for the import, export and transfer data services.
-
Uses of SQLTable 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
. -
Uses of SQLTable in com.orchestranetworks.addon.dex.configuration
Modifier and TypeMethodDescriptionSQLImportConfigurationSpec.getSourceTableFilters()
Returns a map of table filters and anSQLTable
instance as the key parameter.SQLImportConfigurationSpec.getSourceTables()
Returns the list of source tables.ModifierConstructorDescriptionSQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, TableFilter tableFilter, com.orchestranetworks.service.Session session) Imports data with a filter andJNDIDataSource
outside of aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session) Imports data withJNDIDataSource
outside of aUIService
.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 aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, String sqlDataSourceName, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session) Imports data outside of aUIService
.