|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexData.PendingChange | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of IndexData.PendingChange in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return IndexData.PendingChange | |
|---|---|
IndexData.PendingChange |
IndexData.PendingChange.getNext()
Returns the next pending change, if any |
IndexData.PendingChange |
IndexData.prepareAddRow(Object[] row,
RowIdImpl rowId,
IndexData.PendingChange nextChange)
Prepares to add a row to this index. |
IndexData.PendingChange |
IndexData.prepareUpdateRow(Object[] oldRow,
RowIdImpl rowId,
Object[] newRow,
IndexData.PendingChange nextChange)
Prepares to update a row in this index. |
| Methods in com.healthmarketscience.jackcess.impl with parameters of type IndexData.PendingChange | |
|---|---|
static void |
IndexData.commitAll(IndexData.PendingChange change)
|
IndexData.PendingChange |
IndexData.prepareAddRow(Object[] row,
RowIdImpl rowId,
IndexData.PendingChange nextChange)
Prepares to add a row to this index. |
IndexData.PendingChange |
IndexData.prepareUpdateRow(Object[] oldRow,
RowIdImpl rowId,
Object[] newRow,
IndexData.PendingChange nextChange)
Prepares to update a row in this index. |
static void |
IndexData.rollbackAll(IndexData.PendingChange change)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||