Package-level declarations

Types

Link copied to clipboard
class R2dbcDatabaseMetadataImpl(    database: String,     connection: Connection,     vendorDialect: String,     scope: R2dbcScope) : 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
Link copied to clipboard

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

Link copied to clipboard
value class R2DBCRow(val row: Row) : RowApi
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
Link copied to clipboard
val RowApi.origin: Row

Functions

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