|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnImpl | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of ColumnImpl in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return ColumnImpl | |
|---|---|
ColumnImpl |
IndexData.ColumnDescriptor.getColumn()
|
ColumnImpl |
TableImpl.getColumn(String name)
|
ColumnImpl |
ColumnImpl.getVersionHistoryColumn()
|
| Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type ColumnImpl | |
|---|---|
List<ColumnImpl> |
TableImpl.getColumns()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type ColumnImpl | |
|---|---|
int |
ColumnImpl.compareTo(ColumnImpl other)
Orders Columns by column number. |
static ComplexColumnInfo<? extends ComplexValue> |
ComplexColumnSupport.create(ColumnImpl column,
ByteBuffer buffer,
int offset)
Creates a ComplexColumnInfo for a complex column. |
boolean |
CursorImpl.currentRowMatches(ColumnImpl columnPattern,
Object valuePattern)
|
boolean |
CursorImpl.findFirstRow(ColumnImpl columnPattern,
Object valuePattern)
|
boolean |
CursorImpl.findNextRow(ColumnImpl columnPattern,
Object valuePattern)
|
Object |
CursorImpl.getCurrentRowValue(ColumnImpl column)
|
Object |
TableImpl.getRowValue(TableImpl.RowState rowState,
RowIdImpl rowId,
ColumnImpl column)
Reads a single column from the given row. |
boolean |
NullMask.isNull(ColumnImpl column)
|
void |
NullMask.markNotNull(ColumnImpl column)
Indicate that the column with the given number is not null (or a
boolean value is true). |
void |
CursorImpl.setCurrentRowValue(ColumnImpl column,
Object value)
|
void |
ColumnImpl.setVersionHistoryColumn(ColumnImpl versionHistoryCol)
|
| Method parameters in com.healthmarketscience.jackcess.impl with type arguments of type ColumnImpl | |
|---|---|
void |
IndexData.read(ByteBuffer tableBuffer,
List<ColumnImpl> availableColumns)
Read the rest of the index info from a tableBuffer |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||