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 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.
-