Uses of Class
com.healthmarketscience.jackcess.impl.IndexData.PendingChange
-
Packages that use IndexData.PendingChange Package Description com.healthmarketscience.jackcess.impl -
-
Uses of IndexData.PendingChange in com.healthmarketscience.jackcess.impl
Methods in com.healthmarketscience.jackcess.impl that return IndexData.PendingChange Modifier and Type Method Description IndexData.PendingChangeIndexData.PendingChange. getNext()Returns the next pending change, if anyIndexData.PendingChangeIndexData. prepareAddRow(Object[] row, RowIdImpl rowId, IndexData.PendingChange nextChange)Prepares to add a row to this index.IndexData.PendingChangeIndexData. 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 Modifier and Type Method Description static voidIndexData. commitAll(IndexData.PendingChange change)IndexData.PendingChangeIndexData. prepareAddRow(Object[] row, RowIdImpl rowId, IndexData.PendingChange nextChange)Prepares to add a row to this index.IndexData.PendingChangeIndexData. prepareUpdateRow(Object[] oldRow, RowIdImpl rowId, Object[] newRow, IndexData.PendingChange nextChange)Prepares to update a row in this index.static voidIndexData. rollbackAll(IndexData.PendingChange change)
-