public class H2Cursor extends Object implements org.gridgain.internal.h2.index.Cursor, AutoCloseable
| Constructor and Description |
|---|
H2Cursor(GridCursor<H2Row> cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.gridgain.internal.h2.result.Row |
get() |
org.gridgain.internal.h2.result.SearchRow |
getSearchRow() |
boolean |
next() |
boolean |
previous() |
public H2Cursor(GridCursor<H2Row> cursor)
cursor - Cursor.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.Cursorpublic void close()
throws Exception
close in interface AutoCloseableException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025