Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.SQLWriteMode
-
Packages that use SQLWriteMode Package Description com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications. -
-
Uses of SQLWriteMode in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return SQLWriteMode Modifier and Type Method Description SQLWriteModeSQLTargetTableSpec. getWriteMode()Returns the write mode.static SQLWriteModeSQLWriteMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLWriteMode[]SQLWriteMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dint.dataconnector.spec with parameters of type SQLWriteMode 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.
-