toggle menu
SQLDelight
2.0.2
common
switch theme
search in API
async-extensions
/
app.cash.sqldelight.async.coroutines
/
await
await
suspend
fun
SqlDriver
.
await
(
identifier
:
Int
?
,
sql
:
String
,
parameters
:
Int
,
binders
:
SqlPreparedStatement
.
(
)
->
Unit
?
=
null
)
:
Long