singleMapOrNull
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.
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.