Uses of Class
com.orchestranetworks.addon.dex.mapping.SQLTable
-
Packages that use SQLTable 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. -
-
Uses of SQLTable in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation that return types with arguments of type SQLTable Modifier and Type Method Description TableGenerationResult<SQLField,SQLTable>SQLTableGeneration. generateTables(java.lang.String sqlDataSource, java.lang.String schemaName, java.lang.String tablePattern, java.util.Set<java.lang.String> sqlTableNames, ServiceType serviceType)Returns theTableGenerationResultforSQLTable. -
Uses of SQLTable in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type SQLTable Modifier and Type Method Description java.util.Map<SQLTable,TableFilter>SQLImportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and anSQLTableinstance as the key parameter.java.util.List<SQLTable>SQLImportConfigurationSpec. getSourceTables()Returns the list of source tables.Constructors in com.orchestranetworks.addon.dex.configuration with parameters of type SQLTable Constructor Description SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, TableFilter tableFilter, com.orchestranetworks.service.Session session)Imports data with a filter andJNDIDataSourceoutside of aUIService.SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session)Imports data withJNDIDataSourceoutside of aUIService.SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, java.lang.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, java.lang.String sqlDataSourceName, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session)Imports data outside of aUIService.
-