Uses of Class
org.h2.index.PageDataIndex

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

Uses of PageDataIndex in org.h2.index
 

Methods in org.h2.index with parameters of type PageDataIndex
static Page PageDataLeaf.read(PageDataIndex index, Data data, int pageId)
          Read a data leaf page.
static Page PageDataNode.read(PageDataIndex index, Data data, int pageId)
          Read a data node page.
 

Constructors in org.h2.index with parameters of type PageDataIndex
PageDelegateIndex(TableData table, int id, java.lang.String name, IndexType indexType, PageDataIndex mainIndex, int headPos, Session session)