TableMapping
.public final class SQLMappingTable extends Object
Constructor and Description |
---|
SQLMappingTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
SQLMappingColumnDefinition |
getSQLMappingColumnDefinition()
Deprecated.
Returns the instance of
SQLMappingColumnDefinition . |
SQLTableOrViewSpec |
getSQLTableOrViewSpec()
Deprecated.
Returns the instance of
SQLTableOrViewSpec . |
com.orchestranetworks.schema.Path |
getTablePath()
Deprecated.
Returns the path of EBX® table.
|
int |
hashCode()
Deprecated.
|
void |
setSQLMappingColumnDefinition(SQLMappingColumnDefinition sqlMappingColumnDefinition)
Deprecated.
Sets the instance of
SQLMappingColumnDefinition . |
void |
setSQLTableOrViewSpec(SQLTableOrViewSpec sqlTableOrViewSpec)
Deprecated.
Sets the instance of
SQLTableOrViewSpec . |
void |
setTablePath(com.orchestranetworks.schema.Path tablePath)
Deprecated.
Sets the value of EBX® table path.
|
public com.orchestranetworks.schema.Path getTablePath()
public void setTablePath(com.orchestranetworks.schema.Path tablePath)
public SQLTableOrViewSpec getSQLTableOrViewSpec()
SQLTableOrViewSpec
.public void setSQLTableOrViewSpec(SQLTableOrViewSpec sqlTableOrViewSpec)
SQLTableOrViewSpec
.public SQLMappingColumnDefinition getSQLMappingColumnDefinition()
SQLMappingColumnDefinition
.public void setSQLMappingColumnDefinition(SQLMappingColumnDefinition sqlMappingColumnDefinition)
SQLMappingColumnDefinition
.