Uses of Class
org.h2.index.PageBtreeIndex

Packages that use PageBtreeIndex
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
 

Uses of PageBtreeIndex in org.h2.index
 

Fields in org.h2.index declared as PageBtreeIndex
protected  PageBtreeIndex PageBtree.index
          The index.
 

Methods in org.h2.index with parameters of type PageBtreeIndex
static Page PageBtreeLeaf.read(PageBtreeIndex index, Data data, int pageId)
          Read a b-tree leaf page.
static Page PageBtreeNode.read(PageBtreeIndex index, Data data, int pageId)
          Read a b-tree node page.