Uses of Class
org.h2.index.BtreePage

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

Uses of BtreePage in org.h2.index
 

Subclasses of BtreePage in org.h2.index
 class BtreeLeaf
          An outer page of a b-tree index.
 class BtreeNode
          An inner page of a b-tree index.