Class SQLMappingTable
java.lang.Object
com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Deprecated.
Stores attributes for SQL mapping table.
- Since:
- 2.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Returns the instance ofSQLMappingColumnDefinition.Deprecated.Returns the instance ofSQLTableOrViewSpec.com.orchestranetworks.schema.PathDeprecated.Returns the path of EBX® table.inthashCode()Deprecated.voidsetSQLMappingColumnDefinition(SQLMappingColumnDefinition sqlMappingColumnDefinition) Deprecated.Sets the instance ofSQLMappingColumnDefinition.voidsetSQLTableOrViewSpec(SQLTableOrViewSpec sqlTableOrViewSpec) Deprecated.Sets the instance ofSQLTableOrViewSpec.voidsetTablePath(com.orchestranetworks.schema.Path tablePath) Deprecated.Sets the value of EBX® table path.
-
Constructor Details
-
SQLMappingTable
public SQLMappingTable()Deprecated.
-
-
Method Details
-
getTablePath
public com.orchestranetworks.schema.Path getTablePath()Deprecated.Returns the path of EBX® table. -
setTablePath
public void setTablePath(com.orchestranetworks.schema.Path tablePath) Deprecated.Sets the value of EBX® table path. -
getSQLTableOrViewSpec
Deprecated.Returns the instance ofSQLTableOrViewSpec. -
setSQLTableOrViewSpec
Deprecated.Sets the instance ofSQLTableOrViewSpec. -
getSQLMappingColumnDefinition
Deprecated.Returns the instance ofSQLMappingColumnDefinition. -
setSQLMappingColumnDefinition
Deprecated.Sets the instance ofSQLMappingColumnDefinition. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
TableMapping.