Uses of Class
org.h2.mode.FunctionInfo
-
Packages that use FunctionInfo Package Description org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of FunctionInfo in org.h2.mode
Fields in org.h2.mode declared as FunctionInfo Modifier and Type Field Description protected FunctionInfo
ModeFunction. info
The information about this function.Fields in org.h2.mode with type parameters of type FunctionInfo Modifier and Type Field Description private static java.util.HashMap<java.lang.String,FunctionInfo>
FunctionsDB2Derby. FUNCTIONS
private static java.util.HashMap<java.lang.String,FunctionInfo>
FunctionsLegacy. FUNCTIONS
private static java.util.HashMap<java.lang.String,FunctionInfo>
FunctionsMSSQLServer. FUNCTIONS
private static java.util.HashMap<java.lang.String,FunctionInfo>
FunctionsMySQL. FUNCTIONS
private static java.util.HashMap<java.lang.String,FunctionInfo>
FunctionsOracle. FUNCTIONS
private static java.util.HashMap<java.lang.String,FunctionInfo>
FunctionsPostgreSQL. FUNCTIONS
Constructors in org.h2.mode with parameters of type FunctionInfo Constructor Description FunctionInfo(FunctionInfo source, java.lang.String name)
Creates a copy of built-in function information with a different name.FunctionsDB2Derby(FunctionInfo info)
FunctionsLegacy(FunctionInfo info)
FunctionsMSSQLServer(FunctionInfo info)
FunctionsMySQL(FunctionInfo info)
FunctionsOracle(FunctionInfo info)
FunctionsPostgreSQL(FunctionInfo info)
ModeFunction(FunctionInfo info)
Creates a new instance of function.
-