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 classArrayElementReferenceArray element reference.classBinaryOperationA mathematical expression, or string concatenation.classCompatibilityDatePlusTimeOperationA compatibility mathematical operation with datetime values.classIntervalOperationA 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 classFunction2Function with two arguments.classMathFunction2A math function with two arguments and DOUBLE PRECISION result.classNullIfFunctionA NULLIF function.classSetFunctionA SET function.classSignalFunctionA SIGNAL function.classStringFunction2A string function with two arguments.
-