Package-level declarations
Types
Class responsible for retrieving and storing information about the R2DBC driver and underlying database.
Represents a wrapper for a database connection.
Base class responsible for retrieving and storing information about the R2DBC driver and underlying database.
Class responsible for retrieving and storing information about the underlying database, which can be achieved without relying on a database connection.
Base class representing a precompiled SQL io.r2dbc.spi.Statement from the R2DBC SPI.
Class responsible for wrapping a Result generated by executing a statement that queries an R2DBC database.
Represents the access methods for retrieving objects from a Row, by index or column name.
Class that stores a reference to a created R2DBC savepoint with the specified name.