protected static class Table.ColumnEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
colnum
The column number.
|
Column |
column
The Column instance.
|
Index |
index
The column Index instance.
|
ColumnMetadata |
metadata
The column metadata instance.
|
Constructor and Description |
---|
Table.ColumnEntry(int col,
Column column,
ColumnMetadata metadata)
Create a new ColumnEntry.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose of this column entry, disposing of any allocated
metadata or index instances.
|
public int colnum
public Column column
public ColumnMetadata metadata
public Index index
public Table.ColumnEntry(int col, Column column, ColumnMetadata metadata)
col
- the column numbercolumn
- the Column instancemetadata
- the ColumnMetadata instanceCopyright ? 2013 Regents of the University of California