| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Class and Description |
|---|---|
private class |
IndexData.UpdateRowPendingChange
PendingChange for a row update (which is essentially a deletion followed
by an addition).
|
| Modifier and Type | Method and Description |
|---|---|
private IndexData.PendingChange |
IndexData.prepareAddEntry(IndexData.Entry newEntry,
boolean isNullEntry,
java.lang.Object[] row,
IndexData.AddRowPendingChange change)
Adds an entry to the correct index dataPage, maintaining the order.
|
private IndexData.PendingChange |
IndexData.prepareAddRow(java.lang.Object[] row,
RowIdImpl rowId,
IndexData.AddRowPendingChange change) |