toggle menu
SQLDelight
2.1.0-SNAPSHOT
common
switch theme
search in API
async-extensions
/
app.cash.sqldelight.async.coroutines
/
awaitQuery
await
Query
suspend
fun
<
R
>
SqlDriver
.
awaitQuery
(
identifier
:
Int
?
,
sql
:
String
,
mapper
:
suspend
(
SqlCursor
)
->
R
,
parameters
:
Int
,
binders
:
SqlPreparedStatement
.
(
)
->
Unit
?
=
null
)
:
R