|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.mvstore.CursorPos
public class CursorPos
A position in a cursor
Field Summary | |
---|---|
int |
index
The current index. |
Page |
page
The current page. |
CursorPos |
parent
The position in the parent page, if any. |
Constructor Summary | |
---|---|
CursorPos(Page page,
int index,
CursorPos parent)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Page page
public int index
public final CursorPos parent
Constructor Detail |
---|
public CursorPos(Page page, int index, CursorPos parent)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |