| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| io.r2dbc.postgresql.extension |
Extension points for the Postgres driver.
|
| Class and Description |
|---|
| Box
Value object that maps to the
box datatype in Postgres. |
| Circle
Value object that maps to the
circle datatype in Postgres. |
| Codec
Codec to encode and decode values based on Postgres OIDs and
Format. |
| CodecConfiguration
Configuration object for codecs providing various details required for encoding and decoding data.
|
| CodecMetadata
Metadata for a codec.
|
| CodecRegistry
Registry allowing to query and register
Codecs. |
| Codecs
Encodes and decodes objects.
|
| EnumCodec.Builder
Builder for
CodecRegistrar to register EnumCodec for one or more enum type mappings. |
| EnumCodec.Builder.RegistrationPriority
An enumeration of codec registration priorities.
|
| Interval
Value object that maps to the
interval datatype in Postgres. |
| Json
Value object to represent JSON values.
|
| Line
Value object that maps to the
line datatype in Postgres. |
| Lseg
Value object that maps to the
lseg datatype in Postgres. |
| Path
Value object that maps to the
path datatype in Postgres. |
| Point
Value object that maps to the
point datatype in Postgres. |
| Polygon
Value object that maps to the
polygon datatype in Postgres. |
| PostgresqlObjectId
Object IDs for well know PostgreSQL data types.
|
| PostgresTypeIdentifier
Represents a Postgres type identifier identified by
OID. |
| PostgresTypes
Utility to look up Postgres types using
pg_type. |
| PostgresTypes.PostgresType |
| Class and Description |
|---|
| CodecRegistry
Registry allowing to query and register
Codecs. |
Copyright © 2023. All rights reserved.