java.lang.Object
com.aoapps.dbc.meta.Column
A friendly wrapper around database meta data.
- Author:
- AO Industries, Inc.
-
Constructor Details
-
Column
-
-
Method Details
-
toString
-
equals
Two columns are equal if they have the same schema name, table name, and column name. -
hashCode
public int hashCode() -
getTable
-
getName
-
getDataType
public int getDataType() -
getTypeName
-
getColumnSize
-
getDecimalDigits
-
getNullable
public int getNullable() -
getColumnDef
-
getCharOctetLength
-
getOrdinalPosition
public int getOrdinalPosition() -
getIsNullable
-
getIsAutoincrement
-