fetchRows

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

A step that returns every row.