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 SQLSourceTableSpecgetSpec()Returns the SQL source table's specification.static SQLSourceTableCreates 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 isnullor invalid.DataIntegrationException
 - 
getSpec
Returns the SQL source table's specification. 
 -