Uses of Class
org.h2.mode.ModeFunction
-
Packages that use ModeFunction Package Description org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of ModeFunction in org.h2.mode
Subclasses of ModeFunction 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.Methods in org.h2.mode that return ModeFunction Modifier and Type Method Description private static ModeFunction
ModeFunction. getCompatibilityModeFunction(java.lang.String name, Mode.ModeEnum modeEnum)
static ModeFunction
ModeFunction. getFunction(Database database, java.lang.String name)
Get an instance of the given function for this database.
-