Package-level declarations
Types
Represents a polymorphic object for database storage, mapping to the dynamic_dto PostgreSQL type.
Represents standard, built-in PostgreSQL data types. Used for type-safe type specification in the withPgType method.
Wraps a value to explicitly specify the target PostgreSQL type.
Represents a qualified PostgreSQL name (schema + object name). Handles quoting correctly even if names contain dots.
Properties
The maximum LocalDate value, maps to PostgreSQL 'infinity' for DATE type.
The maximum LocalDateTime value, maps to PostgreSQL 'infinity' for TIMESTAMP type.
The maximum LocalDate value, maps to PostgreSQL 'infinity' for DATE type.
The maximum LocalDateTime value, maps to PostgreSQL 'infinity' for TIMESTAMP type.
The maximum LocalDate value, maps to PostgreSQL 'infinity' for DATE type.
The maximum LocalDateTime value, maps to PostgreSQL 'infinity' for TIMESTAMP type.
The minimum LocalDate value, maps to PostgreSQL '-infinity' for DATE type.
The minimum LocalDateTime value, maps to PostgreSQL '-infinity' for TIMESTAMP type.
The minimum LocalDate value, maps to PostgreSQL '-infinity' for DATE type.
The minimum LocalDateTime value, maps to PostgreSQL '-infinity' for TIMESTAMP type.
The minimum LocalDate value, maps to PostgreSQL '-infinity' for DATE type.
The minimum LocalDateTime value, maps to PostgreSQL '-infinity' for TIMESTAMP type.