SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
SQLDelight
runtime
/
app.cash.sqldelight
/
ExecutableQuery
/
executeAsList
execute
As
List
fun
executeAsList
(
)
:
List
<
RowType
>
Return
The result set of the underlying SQL statement as a list of
RowType
.