postgres-native-sqldelight
common
postgres-native-sqldelight-driver
/
app.softwork.sqldelight.postgresdriver
/
PostgresNativeDriver
/
executeQueryAsFlow
execute
Query
As
Flow
fun
<
R
>
executeQueryAsFlow
(
identifier
:
Int
?
,
sql
:
String
,
mapper
:
suspend
(
PostgresCursor
)
->
R
,
parameters
:
Int
,
fetchSize
:
Int
=
10
,
binders
:
PostgresPreparedStatement
.
(
)
->
Unit
?
)
:
Flow
<
R
>