| 程序包 | 说明 |
|---|---|
| org.h2.index |
Various table index implementations, as well as cursors to
navigate in an index.
|
| 构造器和说明 |
|---|
HashIndex(RegularTable table,
int id,
String indexName,
IndexColumn[] columns,
IndexType indexType) |
MultiVersionIndex(Index base,
RegularTable table) |
NonUniqueHashCursor(Session session,
RegularTable tableData,
ArrayList<Long> positions) |
NonUniqueHashIndex(RegularTable table,
int id,
String indexName,
IndexColumn[] columns,
IndexType indexType) |
PageBtreeIndex(RegularTable table,
int id,
String indexName,
IndexColumn[] columns,
IndexType indexType,
boolean create,
Session session) |
PageDataIndex(RegularTable table,
int id,
IndexColumn[] columns,
IndexType indexType,
boolean create,
Session session) |
PageDelegateIndex(RegularTable table,
int id,
String name,
IndexType indexType,
PageDataIndex mainIndex,
boolean create,
Session session) |
ScanIndex(RegularTable table,
int id,
IndexColumn[] columns,
IndexType indexType) |
TreeIndex(RegularTable table,
int id,
String indexName,
IndexColumn[] columns,
IndexType indexType) |
Copyright © 2017. All rights reserved.