Uses of Class
org.h2.mvstore.Cursor
Packages that use Cursor
Package
Description
A persistent storage for tree maps.
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
-
Uses of Cursor in org.h2.mvstore
Methods in org.h2.mvstore that return CursorModifier and TypeMethodDescriptionGet a cursor to iterate over a number of keys and values in the latest version of this map.Get a cursor to iterate over a number of keys and values in the latest version of this map.Get a cursor to iterate over a number of keys and values. -
Uses of Cursor in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as CursorModifier and TypeFieldDescriptionMVPlainTempResult.cursor
Cursor for theMVPlainTempResult.next()
method.MVSortedTempResult.cursor
Cursor for theMVSortedTempResult.next()
method. -
Uses of Cursor in org.h2.mvstore.tx
Fields in org.h2.mvstore.tx declared as CursorModifier and TypeFieldDescriptionprotected final Cursor
<K, VersionedValue<V>> TransactionMap.TMIterator.cursor
private final Cursor
<K, VersionedValue<V>> TransactionMap.RepeatableIterator.uncommittedCursor