| Package | Description |
|---|---|
| org.h2.index |
| Modifier and Type | Field and Description |
|---|---|
protected PageBtreeIndex |
PageBtree.index
The index.
|
| Modifier and Type | Method and Description |
|---|---|
static Page |
PageBtreeNode.read(PageBtreeIndex index,
Data data,
int pageId)
Read a b-tree node page.
|
static Page |
PageBtreeLeaf.read(PageBtreeIndex index,
Data data,
int pageId)
Read a b-tree leaf page.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.