fetchFields

inline fun <T> fetchFields(params: Map<String, Any?> = emptyMap()): TransactionStep<List<T>>
inline fun <T> fetchFields(vararg params: Pair<String, Any?>): TransactionStep<List<T>>

A step that returns the first column of every row as T.