Back

ResultSetBuilder (clj)

(source)

protocol

Protocol for building result sets in various representations. Default implementations for building vectors of hash maps and vectors of column names and row values: `MapResultSetBuilder` & `ArrayResultSetBuilder`

Examples