Uses of Package
io.r2dbc.postgresql.codec
Packages that use io.r2dbc.postgresql.codec
Package
Description
Encoders and Decoders for the type that the service provider understands.
Extension points for the Postgres driver.
-
Classes in io.r2dbc.postgresql.codec used by io.r2dbc.postgresql.codecClassDescriptionValue object that maps to the
boxdatatype in Postgres.Value object that maps to thecircledatatype in Postgres.Codec to encode and decode values based on Postgres OIDs andFormat.Configuration object for codecs providing various details required for encoding and decoding data.Metadata for a codec.Registry allowing to query and registerCodecs.Encodes and decodes objects.Builder forCodecRegistrarto registerEnumCodecfor one or more enum type mappings.An enumeration of codec registration priorities.Value object that maps to theintervaldatatype in Postgres.Value object to represent JSON values.Value object that maps to thelinedatatype in Postgres.Value object that maps to thelsegdatatype in Postgres.Value object that maps to thepathdatatype in Postgres.Value object that maps to thepointdatatype in Postgres.Value object that maps to thepolygondatatype in Postgres.Object IDs for well know PostgreSQL data types.Represents a Postgres type identifier identified byOID.Utility to look up Postgres types usingpg_type.Value object that maps to thevectordatatype provided by Postgres pgvector. -
Classes in io.r2dbc.postgresql.codec used by io.r2dbc.postgresql.extension