Class SQLSourceTable
java.lang.Object
com.orchestranetworks.addon.dint.mapping.SourceTable<SQLTable,SQLField>
com.orchestranetworks.addon.dint.mapping.SQLSourceTable
Represents the SQL source table in a
TableMapping
.- Since:
- 4.5.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal SQLSourceTableSpec
getSpec()
Returns the SQL source table's specification.static SQLSourceTable
Creates a new instance.Methods inherited from class com.orchestranetworks.addon.dint.mapping.SourceTable
getMappedFields, getTable
-
Method Details
-
newInstance
Creates a new instance.- Throws:
IllegalArgumentException
- If the specification isnull
or invalid.DataIntegrationException
-
getSpec
Returns the SQL source table's specification.
-