Class MVPrimaryIndex.MVStoreCursor
java.lang.Object
org.h2.mvstore.db.MVPrimaryIndex.MVStoreCursor
- All Implemented Interfaces:
Cursor
- Enclosing class:
MVPrimaryIndex
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
it
-
current
-
row
-
-
Constructor Details
-
MVStoreCursor
-
-
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
-