Column Class

Used to represent a column in a table.

Constructors

There are no public constructors.

Public Methods

getName( ) returns String
getType( ) returns String
getTable( ) returns Table
getDescription( ) returns String
getLength( ) returns int
isRequired( ) returns boolean
isPrimaryKey( ) returns boolean
isForeignKey( ) returns boolean
getForeignKey( ) returns Key
toString( ) returns String