Package io.r2dbc.postgresql.api
@NonNullApi
package io.r2dbc.postgresql.api
R2DBC driver API with Postgres-specific extensions.
-
ClassDescriptionInterface 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.ColumnMetadatafor a PostgreSQL database.AConnectionfor connecting to a PostgreSQL database.Connection metadata for a connection connected to a PostgreSQL database.Interface for Postgres-specific extension toR2dbcExceptionprovidingErrorDetails.A PostgreSQL replication connection.AResultrepresenting the results of a query against a PostgreSQL database.ARowfor a PostgreSQL database.AnRowMetadatafor a PostgreSQL database.A strongly typed implementation ofStatementfor a PostgreSQL database.TransactionDefinitionfor a PostgreSQL database.A ref cursor value object.