Package-level declarations

Types

Link copied to clipboard
class R2dbcCursor(val rowSet: List<List<Any?>>) : SqlCursor

TODO: Write a better async cursor API

Link copied to clipboard
class R2dbcDriver(val connection: Connection, val closed: (Throwable?) -> Unit = { }) : SqlDriver
Link copied to clipboard
class R2dbcPreparedStatement(statement: Statement) : SqlPreparedStatement

Functions

Link copied to clipboard
fun CoroutineScope.R2dbcDriver(connection: Connection): R2dbcDriver

Creates and returns a R2dbcDriver with the given connection.