Uses of Enum
org.h2.mode.ToDateParser.ConfigParam
Packages that use ToDateParser.ConfigParam
Package
Description
Utility classes for compatibility with other database, for example MySQL.
-
Uses of ToDateParser.ConfigParam in org.h2.mode
Fields in org.h2.mode declared as ToDateParser.ConfigParamModifier and TypeFieldDescriptionprivate final ToDateParser.ConfigParamToDateParser.functionNameMethods in org.h2.mode that return ToDateParser.ConfigParamModifier and TypeMethodDescriptionstatic ToDateParser.ConfigParamReturns the enum constant of this type with the specified name.static ToDateParser.ConfigParam[]ToDateParser.ConfigParam.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.mode with parameters of type ToDateParser.ConfigParamModifier and TypeMethodDescriptionprivate static ToDateParserToDateParser.getTimestampParser(SessionLocal session, ToDateParser.ConfigParam param, String input, String format) Constructors in org.h2.mode with parameters of type ToDateParser.ConfigParamModifierConstructorDescriptionprivateToDateParser(SessionLocal session, ToDateParser.ConfigParam functionName, String input, String format)