Uses of Class
org.h2.expression.IntervalOperation.IntervalOpType
-
Packages that use IntervalOperation.IntervalOpType Package Description org.h2.expression Expressions include mathematical operations, simple values, and others. -
-
Uses of IntervalOperation.IntervalOpType in org.h2.expression
Fields in org.h2.expression declared as IntervalOperation.IntervalOpType Modifier and Type Field Description private IntervalOperation.IntervalOpType
IntervalOperation. opType
Methods in org.h2.expression that return IntervalOperation.IntervalOpType Modifier and Type Method Description static IntervalOperation.IntervalOpType
IntervalOperation.IntervalOpType. valueOf(java.lang.String name)
Returns 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.IntervalOpType Constructor Description IntervalOperation(IntervalOperation.IntervalOpType opType, Expression left, Expression right)
IntervalOperation(IntervalOperation.IntervalOpType opType, Expression left, Expression right, TypeInfo forcedType)
-