Back
foldable-result-set (clj)
(source)function
(foldable-result-set rs)
(foldable-result-set rs conn-or-opts)
(foldable-result-set rs connectable opts)
Given a `ResultSet` and an optional connectable, return an `r/CollFold`
that can be folded. An options hash map may be provided.
You are responsible for ensuring the `Connection` for this `ResultSet`
and the connectable both remain open until the fold is complete!
If the connectable is omitted, no foreign key navigation would be
available in any datafied result. If you want to pass a hash map as the
connectable, you must also pass an options hash map.