Uses of Class
org.h2.expression.Operation1_2
-
Packages that use Operation1_2 Package Description org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.function Functions. -
-
Uses of Operation1_2 in org.h2.expression
Subclasses of Operation1_2 in org.h2.expression Modifier and Type Class Description class
TimeZoneOperation
A time zone specification (AT { TIME ZONE | LOCAL }). -
Uses of Operation1_2 in org.h2.expression.function
Subclasses of Operation1_2 in org.h2.expression.function Modifier and Type Class Description class
BitFunction
A bitwise function.class
CompatibilitySequenceValueFunction
NEXTVAL() and CURRVAL() compatibility functions.class
CompressFunction
A COMPRESS or EXPAND function.class
DateTimeFunction
A date-time function.class
FileFunction
A FILE_READ or FILE_WRITE function.class
Function1_2
Function with two arguments.class
MathFunction
A math function.class
SoundexFunction
A SOUNDEX or DIFFERENCE function.class
TableInfoFunction
A table information function.class
TrimFunction
A TRIM function.
-