Package-level declarations
Types
Represents an SQL function that returns the current date, as LocalDate.
Represents an SQL function that returns the current date and time, as LocalDateTime.
Represents an SQL function that returns the current date and time, as Instant.
Represents the base SQL function that returns the current date and time, as determined by the specified columnType.
Represents an SQL function that returns the current date and time with time zone, as OffsetDateTime.
Column for storing time-based amounts of time, as Duration.
Column for storing dates and times without time zone, as Instant.
Column for storing dates, as LocalDate.
Column for storing dates and times without time zone, as LocalDateTime.
Column for storing times, as LocalTime.
Column for storing dates and times with time zone, as OffsetDateTime.
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 duration, 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 a timestamp, 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 with time literal.
Returns the specified value as a date with time query parameter.
Returns the specified value as a duration literal.
Returns the specified value as a duration query parameter.
Returns the specified value as a time literal.
Returns the specified value as a timestamp literal.
Returns the specified value as a timestamp 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.