Back

as-arrays (clj)

(source)

function

(as-arrays rs opts)
Given a `ResultSet` and options, return a `RowBuilder` / `ResultSetBuilder` that produces a vector of column names followed by vectors of row values.

Examples