Column Class
Used to represent a column in a table.
Constructors
protected Column( java.sql.ResultSet rs, javaxt.sql.Table table )
Methods
getDescription( ) returns String
getForeignKey( ) returns javaxt.sql.Key
getLength( ) returns int
getName( ) returns String
getTable( ) returns javaxt.sql.Table
getType( ) returns String
isForeignKey( ) returns boolean
isPrimaryKey( ) returns boolean
isRequired( ) returns boolean
toString( ) returns String