Class MVSecondaryIndex.MVStoreCursor
java.lang.Object
org.h2.mvstore.db.MVSecondaryIndex.MVStoreCursor
- All Implemented Interfaces:
Cursor
- Enclosing class:
MVSecondaryIndex
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMVStoreCursor(SessionLocal session, TransactionMap.TMIterator<SearchRow, Value, SearchRow> it, MVTable mvTable) -
Method Summary
-
Field Details
-
session
-
it
-
mvTable
-
current
-
row
-
-
Constructor Details
-
MVStoreCursor
MVStoreCursor(SessionLocal session, TransactionMap.TMIterator<SearchRow, Value, SearchRow> it, MVTable mvTable)
-
-
Method Details
-
get
-
getSearchRow
Description copied from interface:CursorGet the current row. Only the data for indexed columns is available in this row.- Specified by:
getSearchRowin interfaceCursor- Returns:
- the search row
-
next
-
previous
-