| DefaultNullOrdering |
Default ordering of NULL values.
|
| FunctionInfo |
This class contains information about a built-in function.
|
| FunctionsDB2Derby |
|
| FunctionsLegacy |
This class implements some legacy functions not available in Regular mode.
|
| FunctionsMSSQLServer |
|
| FunctionsMySQL |
This class implements some MySQL-specific functions.
|
| FunctionsOracle |
|
| FunctionsPostgreSQL |
|
| ModeFunction |
Base class for mode-specific functions.
|
| ToDateParser |
Emulates Oracle's TO_DATE function.
This class holds and handles the input data form the TO_DATE-method
|
| ToDateParser.ConfigParam |
The configuration of the date parser.
|
| ToDateTokenizer.DayParslet |
Parslet responsible for parsing day parameter
|
| ToDateTokenizer.FormatTokenEnum |
The format tokens.
|
| ToDateTokenizer.InlineParslet |
Parslet responsible for parsing year parameter
|
| ToDateTokenizer.MonthParslet |
Parslet responsible for parsing month parameter
|
| ToDateTokenizer.TimeParslet |
Parslet responsible for parsing time parameter
|
| ToDateTokenizer.ToDateParslet |
Interface of the classes that can parse a specialized small bit of the
TO_DATE format-string.
|
| ToDateTokenizer.YearParslet |
Parslet responsible for parsing year parameter
|