Package-level declarations

Types

Link copied to clipboard
class R2dbcDatabaseMetadataImpl(database: String, connection: Connection, vendorDialect: String) : R2dbcExposedDatabaseMetadata

Base class responsible for retrieving and storing information about the R2DBC driver and underlying database.

Link copied to clipboard

Represents a wrapper for a database connection.

Link copied to clipboard

Base class responsible for retrieving and storing information about the R2DBC driver and underlying database.

Link copied to clipboard

Base class representing a precompiled SQL io.r2dbc.spi.Statement from the R2DBC SPI.

Link copied to clipboard

Class responsible for wrapping a Result generated by executing a statement that queries an R2DBC database.

Link copied to clipboard
class R2DBCRow(val row: Row, typeMapping: R2dbcTypeMapping) : RowApi

Represents the access methods for retrieving objects from a Row, by index or column name.

Link copied to clipboard

Class that stores a reference to a created R2DBC savepoint with the specified name.

Properties

Link copied to clipboard
val RowApi.metadata: RowMetadata

Returns the actual RowMetadata for the current row in this result RowApi.

Link copied to clipboard
val RowApi.origin: Row

Returns the actual underlying Row at the current position in this result RowApi.

Functions

Link copied to clipboard
suspend fun ResultApi.rowsCount(): Int

Returns the count of rows collected from this ResultApi.