| 程序包 | 说明 |
|---|---|
| org.h2.index |
Various table index implementations, as well as cursors to
navigate in an index.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexCondition |
IndexCondition.get(int compareType,
ExpressionColumn column,
Expression expression)
Create an index condition with the given parameters.
|
static IndexCondition |
IndexCondition.getInList(ExpressionColumn column,
List<Expression> list)
Create an index condition with the compare type IN_LIST and with the
given parameters.
|
static IndexCondition |
IndexCondition.getInQuery(ExpressionColumn column,
Query query)
Create an index condition with the compare type IN_QUERY and with the
given parameters.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexCursor.find(Session s,
ArrayList<IndexCondition> indexConditions)
Re-evaluate the start and end values of the index search for rows.
|
int |
IndexCondition.getMask(ArrayList<IndexCondition> indexConditions)
Get the comparison bit mask.
|
void |
IndexCursor.prepare(Session s,
ArrayList<IndexCondition> indexConditions)
Prepare this index cursor to make a lookup in index.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList<IndexCondition> |
TableFilter.getIndexConditions() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableFilter.addIndexCondition(IndexCondition condition)
Add an index condition.
|
Copyright © 2017. All rights reserved.