Uses of Interface
org.h2.mode.ToDateTokenizer.ToDateParslet
Packages that use ToDateTokenizer.ToDateParslet
Package
Description
Utility classes for compatibility with other database, for example MySQL.
-
Uses of ToDateTokenizer.ToDateParslet in org.h2.mode
Classes in org.h2.mode that implement ToDateTokenizer.ToDateParsletModifier and TypeClassDescription(package private) static class
Parslet responsible for parsing day parameter(package private) static class
Parslet responsible for parsing year parameter(package private) static class
Parslet responsible for parsing month parameter(package private) static class
Parslet responsible for parsing time parameter(package private) static class
Parslet responsible for parsing year parameterFields in org.h2.mode declared as ToDateTokenizer.ToDateParsletModifier and TypeFieldDescriptionprivate final ToDateTokenizer.ToDateParslet
ToDateTokenizer.FormatTokenEnum.toDateParslet
Constructors in org.h2.mode with parameters of type ToDateTokenizer.ToDateParsletModifierConstructorDescriptionprivate
FormatTokenEnum
(ToDateTokenizer.ToDateParslet toDateParslet) Construct a format token.private
FormatTokenEnum
(ToDateTokenizer.ToDateParslet toDateParslet, Pattern patternToUse) Construct a format token.