Uses of Class
org.h2.mode.ToDateParser.ConfigParam
-
Packages that use ToDateParser.ConfigParam Package Description org.h2.mode 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.ConfigParam Modifier and Type Field Description private ToDateParser.ConfigParam
ToDateParser. functionName
Methods in org.h2.mode that return ToDateParser.ConfigParam Modifier and Type Method Description static ToDateParser.ConfigParam
ToDateParser.ConfigParam. valueOf(java.lang.String name)
Returns 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.ConfigParam Modifier and Type Method Description private static ToDateParser
ToDateParser. getTimestampParser(SessionLocal session, ToDateParser.ConfigParam param, java.lang.String input, java.lang.String format)
Constructors in org.h2.mode with parameters of type ToDateParser.ConfigParam Constructor Description ToDateParser(SessionLocal session, ToDateParser.ConfigParam functionName, java.lang.String input, java.lang.String format)
-