Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.SQLSourceTableSpec
-
Packages that use SQLSourceTableSpec Package Description com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables. -
-
Uses of SQLSourceTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return SQLSourceTableSpec Modifier and Type Method Description static SQLSourceTableSpecSQLSourceTableSpec. newInstance(java.lang.String databaseName, java.lang.String tableName)Creates a new instance.static SQLSourceTableSpecSQLSourceTableSpec. newInstance(java.lang.String databaseName, java.lang.String schemaName, java.lang.String tableName)Creates a new instance.static SQLSourceTableSpecSQLSourceTableSpec. newInstance(javax.sql.DataSource dataSource, java.lang.String tableName)Creates a new instance.static SQLSourceTableSpecSQLSourceTableSpec. newInstance(javax.sql.DataSource dataSource, java.lang.String schemaName, java.lang.String tableName)Creates a new instance. -
Uses of SQLSourceTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return SQLSourceTableSpec Modifier and Type Method Description SQLSourceTableSpecSQLSourceTable. getSpec()Returns the SQL source table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type SQLSourceTableSpec Modifier and Type Method Description static SQLSourceTableSQLSourceTable. newInstance(SQLSourceTableSpec spec)Creates a new instance.
-