SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
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