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