//runtime/com.squareup.sqldelight/Query/executeAsList
executeAsList
[common]
Content
fun executeAsList(): List<RowType>
More info
Return
The result set of the underlying SQL statement as a list of RowType.
//runtime/com.squareup.sqldelight/Query/executeAsList
[common]
Content
fun executeAsList(): List<RowType>
More info
The result set of the underlying SQL statement as a list of RowType.