Uses of Class
org.h2.expression.ExpressionColumn
Packages that use ExpressionColumn
Package
Description
Contains queries.
Expressions include mathematical operations, simple values, and others.
Various table index implementations, as well as cursors to navigate in an index.
Classes related to a table and table meta data.
-
Uses of ExpressionColumn in org.h2.command.query
Methods in org.h2.command.query with parameters of type ExpressionColumnModifier and TypeMethodDescriptionSelectListColumnResolver.optimize(ExpressionColumn expressionColumn, Column column) -
Uses of ExpressionColumn in org.h2.expression
Methods in org.h2.expression that return types with arguments of type ExpressionColumnModifier and TypeMethodDescriptionWildcard.getExceptColumns()Wildcard.mapExceptColumns()Returns map of excluded table columns to expression columns and validates that all columns are resolved and not duplicated.Method parameters in org.h2.expression with type arguments of type ExpressionColumnModifier and TypeMethodDescriptionvoidWildcard.setExceptColumns(ArrayList<ExpressionColumn> exceptColumns) -
Uses of ExpressionColumn in org.h2.index
Methods in org.h2.index with parameters of type ExpressionColumnModifier and TypeMethodDescriptionstatic IndexConditionIndexCondition.get(int compareType, ExpressionColumn column, Expression expression) Create an index condition with the given parameters.static IndexConditionIndexCondition.getInList(ExpressionColumn column, List<Expression> list) Create an index condition with the compare type IN_LIST and with the given parameters.static IndexConditionIndexCondition.getInQuery(ExpressionColumn column, Query query) Create an index condition with the compare type IN_QUERY and with the given parameters. -
Uses of ExpressionColumn in org.h2.table
Methods in org.h2.table with parameters of type ExpressionColumnModifier and TypeMethodDescriptiondefault ExpressionColumnResolver.optimize(ExpressionColumn expressionColumn, Column column) Get the expression that represents this column.