Uses of Package
io.r2dbc.postgresql.api
Packages that use io.r2dbc.postgresql.api
Package
Description
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
R2DBC driver API with Postgres-specific extensions.
Encoders and Decoders for the type that the service provider understands.
Extension points for the Postgres driver.
-
Classes in io.r2dbc.postgresql.api used by io.r2dbc.postgresqlClassDescriptionA
Connectionfor connecting to a PostgreSQL database.A PostgreSQL replication connection. -
Classes in io.r2dbc.postgresql.api used by io.r2dbc.postgresql.apiClassDescriptionInterface specifying a builder contract to configure a
COPY FROM STDINoperation.Error details.Postgres notification received viaLISTEN.Batchfor executing a collection of statements in a batch against a PostgreSQL database.Connection metadata for a connection connected to a PostgreSQL database.AResultrepresenting the results of a query against a PostgreSQL database.AnRowMetadatafor a PostgreSQL database.A strongly typed implementation ofStatementfor a PostgreSQL database.TransactionDefinitionfor a PostgreSQL database. -
Classes in io.r2dbc.postgresql.api used by io.r2dbc.postgresql.codec
-
Classes in io.r2dbc.postgresql.api used by io.r2dbc.postgresql.extension