Method Summary |
|
Column | addColumn(Column column) Adds a new column to the table. |
void | allocateColumn() Allocates space for a column. |
Column | getColumn(String name) Returns the named column. |
Column[] | getColumns() Returns the columns. |
int | getLength() |
byte | getNullMask() Returns the current null mask. |
int | getNullOffset() Returns the current null offset. |