Uses of Interface
io.r2dbc.postgresql.extension.Extension
Packages that use Extension
Package
Description
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
Encoders and Decoders for the type that the service provider understands.
Extension points for the Postgres driver.
-
Uses of Extension in io.r2dbc.postgresql
Fields in io.r2dbc.postgresql with type parameters of type ExtensionModifier and TypeFieldDescriptionstatic final Option<Collection<Extension>> PostgresqlConnectionFactoryProvider.EXTENSIONSExtensions to register.Methods in io.r2dbc.postgresql with parameters of type ExtensionModifier and TypeMethodDescriptionPostgresqlConnectionConfiguration.Builder.extendWith(Extension extension) Registers aExtensionto extend driver functionality. -
Uses of Extension in io.r2dbc.postgresql.codec
Classes in io.r2dbc.postgresql.codec that implement ExtensionModifier and TypeClassDescriptionclassCodecRegistrarto register built-in codecs depending on their availability inpg_type. -
Uses of Extension in io.r2dbc.postgresql.extension
Subinterfaces of Extension in io.r2dbc.postgresql.extensionModifier and TypeInterfaceDescriptioninterfaceRegistrar interface that is used to registerCodecs as extension to built-in codecs.