Uses of Class
org.h2.mvstore.tx.TransactionMap.TMIterator
Packages that use TransactionMap.TMIterator
Package
Description
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
-
Uses of TransactionMap.TMIterator in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as TransactionMap.TMIteratorModifier and TypeFieldDescriptionMVPrimaryIndex.MVStoreCursor.itprivate final TransactionMap.TMIterator<SearchRow, Value, SearchRow> MVSecondaryIndex.MVStoreCursor.itConstructors in org.h2.mvstore.db with parameters of type TransactionMap.TMIteratorModifierConstructorDescription(package private)MVStoreCursor(SessionLocal session, TransactionMap.TMIterator<SearchRow, Value, SearchRow> it, MVTable mvTable) -
Uses of TransactionMap.TMIterator in org.h2.mvstore.tx
Subclasses of TransactionMap.TMIterator in org.h2.mvstore.txModifier and TypeClassDescriptionprivate static final classThe iterator for read committed isolation level.private static final classThe iterator for repeatable read and serializable isolation levels.private static classThe iterator for read uncommitted isolation level.private static final classMethods in org.h2.mvstore.tx that return TransactionMap.TMIteratorModifier and TypeMethodDescriptionprivate <X> TransactionMap.TMIterator<K, V, X> TransactionMap.chooseIterator(K from, K to, boolean reverse, boolean forEntries) TransactionMap.entryIterator(K from, K to) Iterate over entries.TransactionMap.keyIterator(K from, boolean reverse) Iterate over keys in the specified order.TransactionMap.keyIterator(K from, K to) Iterate over keys.TransactionMap.keyIteratorUncommitted(K from, K to) Iterate over keys, including keys from uncommitted entries.