Class ViewCursor
java.lang.Object
org.h2.index.ViewCursor
- All Implemented Interfaces:
Cursor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionViewCursor(ViewIndex index, ResultInterface result, SearchRow first, SearchRow last) -
Method Summary
-
Field Details
-
table
-
index
-
result
-
first
-
last
-
current
-
-
Constructor Details
-
ViewCursor
-
-
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
-