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 class
ArrayFunction
An array function.class
CoalesceFunction
A COALESCE, GREATEST, or LEAST function.class
ConcatFunction
A CONCAT or CONCAT_WS function.class
CryptFunction
An ENCRYPT or DECRYPT function.class
CSVWriteFunction
A CSVWRITE function.class
DataTypeSQLFunction
DATA_TYPE_SQL() function.class
DateTimeFormatFunction
A date-time format function.class
DBObjectFunction
DB_OBJECT_ID() and DB_OBJECT_SQL() functions.class
HashFunction
A HASH or ORA_HASH function.class
RegexpFunction
A regular expression function.class
StringFunction
An string function with multiple arguments.class
SubstringFunction
A SUBSTRING function.class
ToCharFunction
Emulates Oracle's TO_CHAR function.class
TruncateValueFunction
A TRUNCATE_VALUE function.class
XMLFunction
An XML function. -
Uses of FunctionN in org.h2.mode
Subclasses of FunctionN in org.h2.mode Modifier and Type Class Description class
FunctionsDB2Derby
Functions forMode.ModeEnum.DB2
andMode.ModeEnum.Derby
compatibility modes.class
FunctionsLegacy
This class implements some legacy functions not available in Regular mode.class
FunctionsMSSQLServer
Functions forMode.ModeEnum.MSSQLServer
compatibility mode.class
FunctionsMySQL
This class implements some MySQL-specific functions.class
FunctionsOracle
Functions forMode.ModeEnum.Oracle
compatibility mode.class
FunctionsPostgreSQL
Functions forMode.ModeEnum.PostgreSQL
compatibility mode.class
ModeFunction
Base class for mode-specific functions.
-