Uses of Class
org.h2.index.PageBtree

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

Uses of PageBtree in org.h2.index
 

Subclasses of PageBtree in org.h2.index
 class PageBtreeLeaf
          A b-tree leaf page that contains index data.
 class PageBtreeNode
          A b-tree node page that contains index data.