Uses of Class
org.h2.mvstore.tx.TransactionStore.Change
-
Packages that use TransactionStore.Change Package Description org.h2.mvstore.tx Helper classes to use the MVStore in a transactional manner. -
-
Uses of TransactionStore.Change in org.h2.mvstore.tx
Methods in org.h2.mvstore.tx that return types with arguments of type TransactionStore.Change Modifier and Type Method Description java.util.Iterator<TransactionStore.Change>
Transaction. getChanges(long savepointId)
Get the list of changes, starting with the latest change, up to the given savepoint (in reverse order than they occurred).(package private) java.util.Iterator<TransactionStore.Change>
TransactionStore. getChanges(Transaction t, long maxLogId, long toLogId)
Get the changes of the given transaction, starting from the latest log id back to the given log id.
-