org.h2.dev.store.btree
Class CursorPos

java.lang.Object
  extended by org.h2.dev.store.btree.CursorPos

public class CursorPos
extends java.lang.Object

A position in a cursor


Field Summary
 int index
          The current index.
 Page page
          The current page.
 
Constructor Summary
CursorPos()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

page

public Page page
The current page.


index

public int index
The current index.

Constructor Detail

CursorPos

public CursorPos()