public abstract class SQLTargetTable extends TargetTable<SQLTable,SQLField>
TableMapping.| Modifier and Type | Method and Description |
|---|---|
SQLTargetTableSpec |
getSpec()
Returns the SQL target table's specification.
|
static SQLTargetTable |
newInstance(SQLTargetTableSpec spec)
Creates a new instance.
|
getMappedFields, getTablepublic static SQLTargetTable newInstance(SQLTargetTableSpec spec) throws DataIntegrationException
IllegalArgumentException - If the specification is null or invalid.DataIntegrationExceptionpublic final SQLTargetTableSpec getSpec()