Package org.h2.mode
Utility classes for compatibility with other database, for example MySQL.
-
Interface Summary Interface Description ToDateTokenizer.ToDateParslet Interface of the classes that can parse a specialized small bit of the TO_DATE format-string. -
Class Summary Class Description FunctionInfo This class contains information about a built-in function.FunctionsDB2Derby Functions forMode.ModeEnum.DB2
andMode.ModeEnum.Derby
compatibility modes.FunctionsLegacy This class implements some legacy functions not available in Regular mode.FunctionsMSSQLServer Functions forMode.ModeEnum.MSSQLServer
compatibility mode.FunctionsMySQL This class implements some MySQL-specific functions.FunctionsOracle Functions forMode.ModeEnum.Oracle
compatibility mode.FunctionsPostgreSQL Functions forMode.ModeEnum.PostgreSQL
compatibility mode.ModeFunction Base class for mode-specific functions.OnDuplicateKeyValues VALUES(column) function for ON DUPLICATE KEY UPDATE clause.PgCatalogSchema pg_catalog
schema.PgCatalogTable This class is responsible to build the pg_catalog tables.Regclass A ::regclass expression.ToDateParser Emulates Oracle's TO_DATE function.
This class holds and handles the input data form the TO_DATE-methodToDateTokenizer Emulates Oracle's TO_DATE function.ToDateTokenizer.DayParslet Parslet responsible for parsing day parameterToDateTokenizer.InlineParslet Parslet responsible for parsing year parameterToDateTokenizer.MonthParslet Parslet responsible for parsing month parameterToDateTokenizer.TimeParslet Parslet responsible for parsing time parameterToDateTokenizer.YearParslet Parslet responsible for parsing year parameter -
Enum Summary Enum Description DefaultNullOrdering Default ordering of NULL values.ToDateParser.ConfigParam The configuration of the date parser.ToDateTokenizer.FormatTokenEnum The format tokens.