SQLDelight
Toggle table of contents
2.1.0-SNAPSHOT
native
Platform filter
native
Switch theme
Search in API
SQLDelight
native-driver
/
app.cash.sqldelight.driver.native
/
ConnectionWrapper
/
execute
execute
native
override
fun
execute
(
identifier
:
Int
?
,
sql
:
String
,
parameters
:
Int
,
binders
:
SqlPreparedStatement
.
(
)
->
Unit
?
)
:
QueryResult
<
Long
>