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 FunctionInfo
ModeFunction.info
The information about this function.Fields in org.h2.mode with type parameters of type FunctionInfoModifier and TypeFieldDescriptionprivate static final HashMap
<String, FunctionInfo> FunctionsDB2Derby.FUNCTIONS
private static final HashMap
<String, FunctionInfo> FunctionsLegacy.FUNCTIONS
private static final HashMap
<String, FunctionInfo> FunctionsMSSQLServer.FUNCTIONS
private static final HashMap
<String, FunctionInfo> FunctionsMySQL.FUNCTIONS
private static final HashMap
<String, FunctionInfo> FunctionsOracle.FUNCTIONS
private static final HashMap
<String, FunctionInfo> FunctionsPostgreSQL.FUNCTIONS
Constructors 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.private
private
FunctionsLegacy
(FunctionInfo info) private
(package private)
FunctionsMySQL
(FunctionInfo info) private
FunctionsOracle
(FunctionInfo info) private
(package private)
ModeFunction
(FunctionInfo info) Creates a new instance of function.