| 程序包 | 说明 |
|---|---|
| org.h2.index |
Various table index implementations, as well as cursors to
navigate in an index.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Page |
PageDataNode.read(PageDataIndex index,
Data data,
int pageId)
Read a data node page.
|
static Page |
PageDataLeaf.read(PageDataIndex index,
Data data,
int pageId)
Read a data leaf page.
|
| 构造器和说明 |
|---|
PageDelegateIndex(RegularTable table,
int id,
String name,
IndexType indexType,
PageDataIndex mainIndex,
boolean create,
Session session) |
Copyright © 2017. All rights reserved.