Uses of Class
org.h2.expression.OperationN
-
Packages that use OperationN Package Description org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.function Functions.org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of OperationN in org.h2.expression
Subclasses of OperationN in org.h2.expression Modifier and Type Class Description classConcatenationOperationCharacter string concatenation as in'Hello' || 'World', binary string concatenation as inX'01' || X'AB'or an array concatenation as inARRAY[1, 2] || 3.classSearchedCaseA searched case. -
Uses of OperationN in org.h2.expression.function
Subclasses of OperationN in org.h2.expression.function Modifier and Type Class Description classArrayFunctionAn array function.classCoalesceFunctionA COALESCE, GREATEST, or LEAST function.classConcatFunctionA CONCAT or CONCAT_WS function.classCryptFunctionAn ENCRYPT or DECRYPT function.classCSVWriteFunctionA CSVWRITE function.classDataTypeSQLFunctionDATA_TYPE_SQL() function.classDateTimeFormatFunctionA date-time format function.classDBObjectFunctionDB_OBJECT_ID() and DB_OBJECT_SQL() functions.classFunctionNFunction with many arguments.classHashFunctionA HASH or ORA_HASH function.classJsonConstructorFunctionJSON constructor function.classRegexpFunctionA regular expression function.classStringFunctionAn string function with multiple arguments.classSubstringFunctionA SUBSTRING function.classToCharFunctionEmulates Oracle's TO_CHAR function.classTruncateValueFunctionA TRUNCATE_VALUE function.classXMLFunctionAn XML function. -
Uses of OperationN in org.h2.mode
Subclasses of OperationN in org.h2.mode Modifier and Type Class Description classFunctionsDB2DerbyFunctions forMode.ModeEnum.DB2andMode.ModeEnum.Derbycompatibility modes.classFunctionsLegacyThis class implements some legacy functions not available in Regular mode.classFunctionsMSSQLServerFunctions forMode.ModeEnum.MSSQLServercompatibility mode.classFunctionsMySQLThis class implements some MySQL-specific functions.classFunctionsOracleFunctions forMode.ModeEnum.Oraclecompatibility mode.classFunctionsPostgreSQLFunctions forMode.ModeEnum.PostgreSQLcompatibility mode.classModeFunctionBase class for mode-specific functions.
-