Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.SQLTargetTableSpec
-
Packages that use SQLTargetTableSpec 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 SQLTargetTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return SQLTargetTableSpec Modifier and Type Method Description static SQLTargetTableSpecSQLTargetTableSpec. newInstance(java.lang.String databaseName, java.lang.String tableName, SQLWriteMode writeMode)Creates a new instance.static SQLTargetTableSpecSQLTargetTableSpec. newInstance(java.lang.String databaseName, java.lang.String schemaName, java.lang.String tableName, SQLWriteMode writeMode)Creates a new instance.static SQLTargetTableSpecSQLTargetTableSpec. newInstance(javax.sql.DataSource dataSource, java.lang.String tableName, SQLWriteMode writeMode)Creates a new instance.static SQLTargetTableSpecSQLTargetTableSpec. newInstance(javax.sql.DataSource dataSource, java.lang.String schemaName, java.lang.String tableName, SQLWriteMode writeMode)Creates a new instance. -
Uses of SQLTargetTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return SQLTargetTableSpec Modifier and Type Method Description SQLTargetTableSpecSQLTargetTable. getSpec()Returns the SQL target table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type SQLTargetTableSpec Modifier and Type Method Description static SQLTargetTableSQLTargetTable. newInstance(SQLTargetTableSpec spec)Creates a new instance.
-