Uses of Class
org.h2.expression.ValueExpression
Packages that use ValueExpression
Package
Description
Expressions include mathematical operations, simple values, and others.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of ValueExpression in org.h2.expression
Subclasses of ValueExpression in org.h2.expressionModifier and TypeClassDescriptionclassAn expression representing a constant value with a type cast.Fields in org.h2.expression declared as ValueExpressionModifier and TypeFieldDescriptionstatic final ValueExpressionValueExpression.DEFAULTThis special expression represents the default value.static final ValueExpressionValueExpression.FALSEThe expression represents ValueBoolean.FALSE.static final ValueExpressionValueExpression.NULLThe expression represents ValueNull.INSTANCE.static final ValueExpressionValueExpression.TRUEThe expression represents ValueBoolean.TRUE.Methods in org.h2.expression that return ValueExpressionModifier and TypeMethodDescriptionstatic ValueExpressionCreate a new expression with the given value and type.static ValueExpressionCreate a new expression with the given value.static ValueExpressionValueExpression.getBoolean(boolean value) Create a new expression with the given boolean value.static ValueExpressionValueExpression.getBoolean(Value value) Create a new expression with the given boolean value.private static ValueExpressionstatic ValueExpressionTypedValueExpression.getTypedIfNull(Value value, TypeInfo type) Create a new typed value expression with the given value and type if value isNULL, or a plain value expression otherwise. -
Uses of ValueExpression in org.h2.schema
Fields in org.h2.schema declared as ValueExpressionMethods in org.h2.schema that return ValueExpression