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, getTable
public static SQLTargetTable newInstance(SQLTargetTableSpec spec) throws DataIntegrationException
IllegalArgumentException
- If the specification is null
or invalid.DataIntegrationException
public final SQLTargetTableSpec getSpec()