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, getTablepublic static SQLSourceTable newInstance(SQLSourceTableSpec spec) throws DataIntegrationException
IllegalArgumentException - If the specification is null or invalid.DataIntegrationExceptionpublic final SQLSourceTableSpec getSpec()