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