|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Table.RowState in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return Table.RowState | |
|---|---|
Table.RowState |
Table.createRowState()
|
| Methods in com.healthmarketscience.jackcess with parameters of type Table.RowState | |
|---|---|
void |
Table.deleteRow(Table.RowState rowState,
RowId rowId)
Delete the row on which the given rowState is currently positioned. |
Map<String,Object> |
Table.getRow(Table.RowState rowState,
RowId rowId,
Collection<String> columnNames)
Reads some columns from the given row. |
Object |
Table.getRowValue(Table.RowState rowState,
RowId rowId,
Column column)
Reads a single column from the given row. |
static ByteBuffer |
Table.positionAtRowData(Table.RowState rowState,
RowId rowId)
Sets the position and limit in a new buffer using the given rowState according to the given row number and row end, following overflow row pointers as necessary. |
static ByteBuffer |
Table.positionAtRowHeader(Table.RowState rowState,
RowId rowId)
Sets a new buffer to the correct row header page using the given rowState according to the given rowId. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||