singleMapOrNull

abstract suspend fun singleMapOrNull(): Map<String, Any?>?(source)

Executes the query and returns at most one row as a map keyed by column name, or null if the query returns no rows.

Fails with an exception if the query returns more than one row.