|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableImpl.RowState | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of TableImpl.RowState in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return TableImpl.RowState | |
|---|---|
TableImpl.RowState |
TableImpl.createRowState()
|
TableImpl.RowState |
CursorImpl.getRowState()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type TableImpl.RowState | ||
|---|---|---|
void |
TableImpl.deleteRow(TableImpl.RowState rowState,
RowIdImpl rowId)
Delete the row for the given rowId. |
|
protected CursorImpl.PositionImpl |
TableScanCursor.findAnotherPosition(TableImpl.RowState rowState,
CursorImpl.PositionImpl curPos,
boolean moveForward)
|
|
protected abstract CursorImpl.PositionImpl |
CursorImpl.findAnotherPosition(TableImpl.RowState rowState,
CursorImpl.PositionImpl curPos,
boolean moveForward)
Finds the next non-deleted row after the given row (as defined by this cursor) and returns the id of the row, where "next" may be backwards if moveForward is false. |
|
protected CursorImpl.PositionImpl |
IndexCursorImpl.findAnotherPosition(TableImpl.RowState rowState,
CursorImpl.PositionImpl curPos,
boolean moveForward)
|
|
RowImpl |
TableImpl.getRow(TableImpl.RowState rowState,
RowIdImpl rowId,
Collection<String> columnNames)
Reads some columns from the given row. |
|
Object |
TableImpl.getRowValue(TableImpl.RowState rowState,
RowIdImpl rowId,
ColumnImpl column)
Reads a single column from the given row. |
|
static ByteBuffer |
TableImpl.positionAtRowData(TableImpl.RowState rowState,
RowIdImpl 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 |
TableImpl.positionAtRowHeader(TableImpl.RowState rowState,
RowIdImpl rowId)
Sets a new buffer to the correct row header page using the given rowState according to the given rowId. |
|
Object[] |
TableImpl.updateRow(TableImpl.RowState rowState,
RowIdImpl rowId,
Object... row)
Update the row for the given rowId. |
|
|
TableImpl.updateRowFromMap(TableImpl.RowState rowState,
RowIdImpl rowId,
M row)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||