| 程序包 | 说明 |
|---|---|
| org.h2.command.dml |
Contains DML (data manipulation language) and related SQL
statements.
|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Expression |
SelectListColumnResolver.optimize(ExpressionColumn expressionColumn,
Column column) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Expression |
TableFilter.optimize(ExpressionColumn expressionColumn,
Column column) |
Expression |
SingleColumnResolver.optimize(ExpressionColumn expressionColumn,
Column col) |
Expression |
ColumnResolver.optimize(ExpressionColumn expressionColumn,
Column column)
Get the expression that represents this column.
|
Copyright © 2017. All rights reserved.