//runtime/com.squareup.sqldelight/Query/executeAsOne
executeAsOne
[common]
Content
fun executeAsOne(): RowType
More info
Return
The only row of the result set for the underlying SQL statement as a non null RowType.
Throws
| kotlin.NullPointerException | if when executed this query has no rows in its result set. |
| kotlin.IllegalStateException | if when executed this query has multiple rows in its result set. |