Package-level declarations
Types
Represents an SQL function that returns the current date, as DateTime.
Represents an SQL function that returns the current date and time, as DateTime
Column for storing dates, as DateTime. If time is set to true
, both date and time data is stored.
Column for storing dates and times with time zone, as DateTime.
Column for storing times, as LocalTime.
Functions
Calls a custom SQL function with the specified functionName, that returns a date only, and passing params as its arguments.
Calls a custom SQL function with the specified functionName, that returns both a date and a time, and passing params as its arguments.
Calls a custom SQL function with the specified functionName, that returns a time only, and passing params as its arguments.
Calls a custom SQL function with the specified functionName, that returns both a date and a time with time zone, and passing params as its arguments.
Returns the specified value as a date literal.
Returns the specified value as a date query parameter.
Returns the specified value as a date with time literal.
Returns the specified value as a date with time query parameter.
Returns the specified value as a time literal.
Returns the specified value as a time query parameter.
A timestamp column to store both a date and a time with time zone.
Returns the specified value as a date with time and time zone literal.
Returns the specified value as a date with time and time zone query parameter.