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.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.