Class SQLMappingTable
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
-
public final class SQLMappingTable extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byTableMapping.Stores attributes for SQL mapping table.- Since:
- 2.2.0
-
-
Constructor Summary
Constructors Constructor Description SQLMappingTable()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.SQLMappingColumnDefinitiongetSQLMappingColumnDefinition()Deprecated.Returns the instance ofSQLMappingColumnDefinition.SQLTableOrViewSpecgetSQLTableOrViewSpec()Deprecated.Returns the instance ofSQLTableOrViewSpec.com.orchestranetworks.schema.PathgetTablePath()Deprecated.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.
-
-
-
Method Detail
-
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
public SQLTableOrViewSpec getSQLTableOrViewSpec()
Deprecated.Returns the instance ofSQLTableOrViewSpec.
-
setSQLTableOrViewSpec
public void setSQLTableOrViewSpec(SQLTableOrViewSpec sqlTableOrViewSpec)
Deprecated.Sets the instance ofSQLTableOrViewSpec.
-
getSQLMappingColumnDefinition
public SQLMappingColumnDefinition getSQLMappingColumnDefinition()
Deprecated.Returns the instance ofSQLMappingColumnDefinition.
-
setSQLMappingColumnDefinition
public void setSQLMappingColumnDefinition(SQLMappingColumnDefinition sqlMappingColumnDefinition)
Deprecated.Sets the instance ofSQLMappingColumnDefinition.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
-