fetchRowStrict

fun fetchRowStrict(params: Map<String, Any?> = emptyMap()): TransactionStep<Row>
fun fetchRowStrict(vararg params: Pair<String, Any?>): TransactionStep<Row>

A step that returns one row and fails where the count was anything but one.