Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Expression |
SelectListColumnResolver.optimize(ExpressionColumn expressionColumn,
Column column) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ColumnResolver.optimize(ExpressionColumn expressionColumn,
Column column)
Get the expression that represents this column.
|
Expression |
TableFilter.optimize(ExpressionColumn expressionColumn,
Column column) |
Expression |
SingleColumnResolver.optimize(ExpressionColumn expressionColumn,
Column col) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.