Uses of Class
org.h2.expression.function.Function2
-
Packages that use Function2 Package Description org.h2.expression.function Functions. -
-
Uses of Function2 in org.h2.expression.function
Subclasses of Function2 in org.h2.expression.function Modifier and Type Class Description 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.
-