Class VirtualTableCursor
java.lang.Object
org.h2.index.VirtualTableCursor
- All Implemented Interfaces:
Cursor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVirtualTableCursor(VirtualTableIndex index, SearchRow first, SearchRow last, ResultInterface result) -
Method Summary
-
Field Details
-
Constructor Details
-
VirtualTableCursor
VirtualTableCursor(VirtualTableIndex index, SearchRow first, SearchRow last, ResultInterface result) - Parameters:
index- indexfirst- first rowlast- last rowresult- the result
-
-
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
-
nextImpl
private boolean nextImpl()Skip to the next row if one is available. This method does not filter.- Returns:
- true if another row is available
-
previous
-