Class SQLSourceTable
- java.lang.Object
-
- com.orchestranetworks.addon.dint.mapping.SourceTable<SQLTable,SQLField>
-
- com.orchestranetworks.addon.dint.mapping.SQLSourceTable
-
public abstract class SQLSourceTable extends SourceTable<SQLTable,SQLField>
Represents the SQL source table in aTableMapping.- Since:
- 4.5.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLSourceTableSpecgetSpec()Returns the SQL source table's specification.static SQLSourceTablenewInstance(SQLSourceTableSpec spec)Creates a new instance.-
Methods inherited from class com.orchestranetworks.addon.dint.mapping.SourceTable
getMappedFields, getTable
-
-
-
-
Method Detail
-
newInstance
public static SQLSourceTable newInstance(SQLSourceTableSpec spec) throws DataIntegrationException
Creates a new instance.- Throws:
java.lang.IllegalArgumentException- If the specification isnullor invalid.DataIntegrationException
-
getSpec
public final SQLSourceTableSpec getSpec()
Returns the SQL source table's specification.
-
-