Package | Description |
---|---|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
PageDelegateIndex(RegularTable table,
int id,
String name,
IndexType indexType,
PageDataIndex mainIndex,
boolean create,
Session session) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.