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