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 classTimeZoneOperationA 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 classBitFunctionA bitwise function.classCompatibilitySequenceValueFunctionNEXTVAL() and CURRVAL() compatibility functions.classCompressFunctionA COMPRESS or EXPAND function.classDateTimeFunctionA date-time function.classFileFunctionA FILE_READ or FILE_WRITE function.classFunction1_2Function with two arguments.classMathFunctionA math function.classSoundexFunctionA SOUNDEX or DIFFERENCE function.classTableInfoFunctionA table information function.classTrimFunctionA TRIM function.
-