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 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.Methods in org.h2.mode that return ModeFunction Modifier and Type Method Description private static ModeFunctionModeFunction. getCompatibilityModeFunction(java.lang.String name, Mode.ModeEnum modeEnum)static ModeFunctionModeFunction. getFunction(Database database, java.lang.String name)Get an instance of the given function for this database.
-