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
/
await
await
suspend
fun
SqlDriver
.
await
(
identifier
:
Int
?
,
sql
:
String
,
parameters
:
Int
,
binders
:
SqlPreparedStatement
.
(
)
->
Unit
?
=
null
)
:
Long