Class SingleRowCursor
java.lang.Object
org.h2.index.SingleRowCursor
- All Implemented Interfaces:
Cursor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
-
end
private boolean end
-
-
Constructor Details
-
SingleRowCursor
Create a new cursor.- Parameters:
row- - the single row (if null then cursor is empty)
-
-
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
-