toggle menu
SQLDelight
2.0.2
jvm
switch theme
search in API
r2dbc-driver
/
app.cash.sqldelight.driver.r2dbc
Package-level
declarations
Types
Functions
Types
R2dbc
Cursor
Link copied to clipboard
class
R2dbcCursor
:
SqlCursor
R2dbc
Driver
Link copied to clipboard
class
R2dbcDriver
(
val
connection
:
Connection
,
val
closed
:
(
Throwable
?
)
->
Unit
=
{ }
)
:
SqlDriver
R2dbc
Prepared
Statement
Link copied to clipboard
class
R2dbcPreparedStatement
(
val
statement
:
Statement
)
:
SqlPreparedStatement
Functions
R2dbc
Driver
Link copied to clipboard
fun
CoroutineScope
.
R2dbcDriver
(
connection
:
Connection
)
:
R2dbcDriver
Creates and returns a
R2dbcDriver
with the given
connection
.