Class MVSpatialIndex.MVStoreCursor
java.lang.Object
org.h2.mvstore.db.MVSpatialIndex.MVStoreCursor
- All Implemented Interfaces:
Cursor
- Enclosing class:
MVSpatialIndex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
session
-
it
-
mvTable
-
current
-
searchRow
-
row
-
-
Constructor Details
-
MVStoreCursor
MVStoreCursor(SessionLocal session, Iterator<Spatial> 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
-