All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----de.tudarmstadt.ito.xmldbms.Column
Column contains information about a column in a table. The table is not named; instead, Columns are included in Tables and ColumnMaps.
In the future, this should contain information about the nullability of the column as well. This will be used when creating CREATE TABLE statements.
public String name
public int number
public int type
public int length
public Column()Column
public Column(String name, int number, int type, int length)
All Packages Class Hierarchy This Package Previous Next Index