Uses of Class
org.h2.mode.FunctionInfo
Packages that use FunctionInfo
Package
Description
Utility classes for compatibility with other database, for example MySQL.
-
Uses of FunctionInfo in org.h2.mode
Fields in org.h2.mode declared as FunctionInfoModifier and TypeFieldDescriptionprotected final FunctionInfoModeFunction.infoThe information about this function.Fields in org.h2.mode with type parameters of type FunctionInfoModifier and TypeFieldDescriptionprivate static final HashMap<String, FunctionInfo> FunctionsDB2Derby.FUNCTIONSprivate static final HashMap<String, FunctionInfo> FunctionsLegacy.FUNCTIONSprivate static final HashMap<String, FunctionInfo> FunctionsMSSQLServer.FUNCTIONSprivate static final HashMap<String, FunctionInfo> FunctionsMySQL.FUNCTIONSprivate static final HashMap<String, FunctionInfo> FunctionsOracle.FUNCTIONSprivate static final HashMap<String, FunctionInfo> FunctionsPostgreSQL.FUNCTIONSConstructors in org.h2.mode with parameters of type FunctionInfoModifierConstructorDescriptionFunctionInfo(FunctionInfo source, String name) Creates a copy of built-in function information with a different name.privateprivateFunctionsLegacy(FunctionInfo info) private(package private)FunctionsMySQL(FunctionInfo info) privateFunctionsOracle(FunctionInfo info) private(package private)ModeFunction(FunctionInfo info) Creates a new instance of function.