Uses of Enum
org.h2.expression.BinaryOperation.OpType
Packages that use BinaryOperation.OpType
Package
Description
Expressions include mathematical operations, simple values, and others.
-
Uses of BinaryOperation.OpType in org.h2.expression
Fields in org.h2.expression declared as BinaryOperation.OpTypeMethods in org.h2.expression that return BinaryOperation.OpTypeModifier and TypeMethodDescriptionBinaryOperation.getOperationType()
Returns the type of this binary operation.static BinaryOperation.OpType
Returns the enum constant of this type with the specified name.static BinaryOperation.OpType[]
BinaryOperation.OpType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.expression with parameters of type BinaryOperation.OpTypeModifierConstructorDescriptionBinaryOperation
(BinaryOperation.OpType opType, Expression left, Expression right)