Class RangeCursor
java.lang.Object
org.h2.index.RangeCursor
- All Implemented Interfaces:
Cursor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate longprivate Rowprivate final longprivate final longprivate final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
beforeFirst
private boolean beforeFirst -
current
private long current -
currentRow
-
start
private final long start -
end
private final long end -
step
private final long step
-
-
Constructor Details
-
RangeCursor
RangeCursor(long start, long end, long step)
-
-
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
-