Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2005–2024 OpenHMS. All rights reserved.