Class SQLMappingTable

java.lang.Object
com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable

public final class SQLMappingTable extends Object
Deprecated.
Since 2.3.0, replaced by TableMapping.
Stores attributes for SQL mapping table.
Since:
2.2.0
  • 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

      public SQLTableOrViewSpec getSQLTableOrViewSpec()
      Deprecated.
      Returns the instance of SQLTableOrViewSpec.
    • setSQLTableOrViewSpec

      public void setSQLTableOrViewSpec(SQLTableOrViewSpec sqlTableOrViewSpec)
      Deprecated.
      Sets the instance of SQLTableOrViewSpec.
    • getSQLMappingColumnDefinition

      public SQLMappingColumnDefinition getSQLMappingColumnDefinition()
      Deprecated.
      Returns the instance of SQLMappingColumnDefinition.
    • setSQLMappingColumnDefinition

      public void setSQLMappingColumnDefinition(SQLMappingColumnDefinition sqlMappingColumnDefinition)
      Deprecated.
      Sets the instance of SQLMappingColumnDefinition.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object