Class SQLMappingTable
java.lang.Object
com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Deprecated.
Stores attributes for SQL mapping table.
- Since:
- 2.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Returns the instance ofSQLMappingColumnDefinition
.Deprecated.Returns the instance ofSQLTableOrViewSpec
.com.orchestranetworks.schema.Path
Deprecated.Returns the path of EBX® table.int
hashCode()
Deprecated.void
setSQLMappingColumnDefinition
(SQLMappingColumnDefinition sqlMappingColumnDefinition) Deprecated.Sets the instance ofSQLMappingColumnDefinition
.void
setSQLTableOrViewSpec
(SQLTableOrViewSpec sqlTableOrViewSpec) Deprecated.Sets the instance ofSQLTableOrViewSpec
.void
setTablePath
(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
.