postgres-native-sqldelight
common
postgres-native-sqldelight-driver
/
app.softwork.sqldelight.postgresdriver
/
PostgresNativeDriver
/
execute
execute
open
override
fun
execute
(
identifier
:
Int
?
,
sql
:
String
,
parameters
:
Int
,
binders
:
SqlPreparedStatement
.
(
)
->
Unit
?
)
:
QueryResult.Value
<
Long
>