|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.index.MultiVersionCursor
public class MultiVersionCursor
The cursor implementation for the multi-version index.
| Method Summary | |
|---|---|
Row |
get()
Get the complete current row. |
long |
getKey()
Get the unique key of the current row. |
SearchRow |
getSearchRow()
Get the current row. |
boolean |
next()
Skip to the next row if one is available. |
boolean |
previous()
Skip to the previous row if one is available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Row get()
throws java.sql.SQLException
Cursor
get in interface Cursorjava.sql.SQLExceptionpublic long getKey()
Cursor
getKey in interface Cursor
public SearchRow getSearchRow()
throws java.sql.SQLException
Cursor
getSearchRow in interface Cursorjava.sql.SQLException
public boolean next()
throws java.sql.SQLException
Cursor
next in interface Cursorjava.sql.SQLException
public boolean previous()
throws java.sql.SQLException
Cursor
previous in interface Cursorjava.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||