fetchRow

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

A step that returns one row, or null where none matched.