Uses of Class
org.h2.expression.Operation2
-
Packages that use Operation2 Package Description org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.function Functions. -
-
Uses of Operation2 in org.h2.expression
Subclasses of Operation2 in org.h2.expression Modifier and Type Class Description class
ArrayElementReference
Array element reference.class
BinaryOperation
A mathematical expression, or string concatenation.class
CompatibilityDatePlusTimeOperation
A compatibility mathematical operation with datetime values.class
IntervalOperation
A mathematical operation with intervals. -
Uses of Operation2 in org.h2.expression.function
Subclasses of Operation2 in org.h2.expression.function Modifier and Type Class Description class
Function2
Function with two arguments.class
MathFunction2
A math function with two arguments and DOUBLE PRECISION result.class
NullIfFunction
A NULLIF function.class
SetFunction
A SET function.class
SignalFunction
A SIGNAL function.class
StringFunction2
A string function with two arguments.
-