|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowIdImpl | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of RowIdImpl in com.healthmarketscience.jackcess.impl |
|---|
| Fields in com.healthmarketscience.jackcess.impl declared as RowIdImpl | |
|---|---|
static RowIdImpl |
RowIdImpl.FIRST_ROW_ID
special rowId which will sort before any other valid rowId |
static RowIdImpl |
RowIdImpl.LAST_ROW_ID
special rowId which will sort after any other valid rowId |
| Methods in com.healthmarketscience.jackcess.impl that return RowIdImpl | |
|---|---|
RowIdImpl |
TableImpl.RowState.getFinalRowId()
|
RowIdImpl |
TableImpl.RowState.getHeaderRowId()
|
RowIdImpl |
RowImpl.getId()
|
RowIdImpl |
IndexData.Entry.getRowId()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type RowIdImpl | ||
|---|---|---|
void |
IndexData.addRow(Object[] row,
RowIdImpl rowId)
Adds a row to this index |
|
void |
IndexImpl.addRow(Object[] row,
RowIdImpl rowId)
Adds a row to this index |
|
int |
RowIdImpl.compareTo(RowIdImpl other)
|
|
void |
IndexData.deleteRow(Object[] row,
RowIdImpl rowId)
Removes a row from this index |
|
void |
IndexImpl.deleteRow(Object[] row,
RowIdImpl rowId)
Removes a row from this index |
|
void |
TableImpl.deleteRow(TableImpl.RowState rowState,
RowIdImpl rowId)
Delete the row for the given rowId. |
|
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. |
|
PropertyMaps |
DatabaseImpl.readProperties(byte[] propsBytes,
int objectId,
RowIdImpl 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)
|
|
| Constructors in com.healthmarketscience.jackcess.impl with parameters of type RowIdImpl | |
|---|---|
PropertyMaps(int objectId,
RowIdImpl rowId,
com.healthmarketscience.jackcess.impl.PropertyMaps.Handler handler)
|
|
RowImpl(RowIdImpl id)
|
|
RowImpl(RowIdImpl id,
int expectedSize)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||