Package-level declarations
Types
Represents a polymorphic object for database storage, mapping to the dynamic_dto PostgreSQL type.
Interface for handling conversion between Kotlin types and PostgreSQL types. Classes extending this interface are automatically scanned at the initialization
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.
Interface for handling conversion between Kotlin types and PostgreSQL types.
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.