Class SQLColumnSpec

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

public final class SQLColumnSpec extends Object
Deprecated.
Since 2.3.0, replaced by SQLField.
Defines attributes for column of SQL databases.
Since:
2.2.0
  • Constructor Details

    • SQLColumnSpec

      public SQLColumnSpec()
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Returns value of column name.
    • setName

      public void setName(String name)
      Deprecated.
      Sets value for column name.
    • getDataType

      public SQLDataType getDataType()
      Deprecated.
      Returns an instance of SQLDataType, that is used to identify generic SQL data types.
    • setDataType

      public void setDataType(SQLDataType dataType)
      Deprecated.
      Sets value for column data type, that is SQLDataType object.