Uses of Class
org.h2.expression.function.FunctionN
-
Packages that use FunctionN Package Description org.h2.expression.function Functions.org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of FunctionN in org.h2.expression.function
Subclasses of FunctionN 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.classHashFunctionA HASH or ORA_HASH 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 FunctionN in org.h2.mode
Subclasses of FunctionN 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.
-