public class GridH2Cursor extends Object implements org.gridgain.internal.h2.index.Cursor
| Modifier and Type | Field and Description |
|---|---|
protected org.gridgain.internal.h2.result.Row |
cur |
static org.gridgain.internal.h2.index.Cursor |
EMPTY |
protected Iterator<? extends org.gridgain.internal.h2.result.Row> |
iter |
| Constructor and Description |
|---|
GridH2Cursor(Iterator<? extends org.gridgain.internal.h2.result.Row> iter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.internal.h2.result.Row |
get() |
org.gridgain.internal.h2.result.SearchRow |
getSearchRow() |
boolean |
next() |
boolean |
previous() |
public static final org.gridgain.internal.h2.index.Cursor EMPTY
protected Iterator<? extends org.gridgain.internal.h2.result.Row> iter
protected org.gridgain.internal.h2.result.Row cur
public GridH2Cursor(Iterator<? extends org.gridgain.internal.h2.result.Row> iter)
iter - Rows iterator.public org.gridgain.internal.h2.result.Row get()
get in interface org.gridgain.internal.h2.index.Cursorpublic org.gridgain.internal.h2.result.SearchRow getSearchRow()
getSearchRow in interface org.gridgain.internal.h2.index.Cursorpublic boolean next()
next in interface org.gridgain.internal.h2.index.Cursorpublic boolean previous()
previous in interface org.gridgain.internal.h2.index.Cursor
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025