toggle menu
SQLDelight
2.1.0-SNAPSHOT
common
switch theme
search in API
runtime
/
app.cash.sqldelight.db
/
SqlPreparedStatement
/
bindBoolean
bind
Boolean
abstract
fun
bindBoolean
(
index
:
Int
,
boolean
:
Boolean
?
)
Bind
boolean
to the underlying statement at
index
.