Uses of Enum
org.h2.expression.IntervalOperation.IntervalOpType
Packages that use IntervalOperation.IntervalOpType
Package
Description
Expressions include mathematical operations, simple values, and others.
-
Uses of IntervalOperation.IntervalOpType in org.h2.expression
Fields in org.h2.expression declared as IntervalOperation.IntervalOpTypeModifier and TypeFieldDescriptionprivate final IntervalOperation.IntervalOpTypeIntervalOperation.opTypeMethods in org.h2.expression that return IntervalOperation.IntervalOpTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static IntervalOperation.IntervalOpType[]IntervalOperation.IntervalOpType.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 IntervalOperation.IntervalOpTypeModifierConstructorDescriptionIntervalOperation(IntervalOperation.IntervalOpType opType, Expression left, Expression right) IntervalOperation(IntervalOperation.IntervalOpType opType, Expression left, Expression right, TypeInfo forcedType)