Class Column

java.lang.Object
com.aoapps.dbc.meta.Column

public class Column extends Object
A friendly wrapper around database meta data.
Author:
AO Industries, Inc.
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Two columns are equal if they have the same schema name, table name, and column name.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTable

      public Table getTable()
    • getName

      public String getName()
    • getDataType

      public int getDataType()
    • getTypeName

      public String getTypeName()
    • getColumnSize

      public Integer getColumnSize()
    • getDecimalDigits

      public Integer getDecimalDigits()
    • getNullable

      public int getNullable()
    • getColumnDef

      public String getColumnDef()
    • getCharOctetLength

      public Integer getCharOctetLength()
    • getOrdinalPosition

      public int getOrdinalPosition()
    • getIsNullable

      public String getIsNullable()
    • getIsAutoincrement

      public String getIsAutoincrement()