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