| 程序包 | 说明 |
|---|---|
| org.h2.index |
Various table index implementations, as well as cursors to
navigate in an index.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected PageBtreeIndex |
PageBtree.index
The index.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2017. All rights reserved.