Back

datafiable-result-set (clj)

(source)

function

(datafiable-result-set rs) (datafiable-result-set rs conn-or-opts) (datafiable-result-set rs connectable opts)
Given a ResultSet, a connectable, and an options hash map, return a fully realized, datafiable result set per the `:builder-fn` option passed in. If no `:builder-fn` option is provided, `as-maps` is used as the default. The connectable and the options can both be omitted. If connectable is omitted, `nil` is used and no foreign key navigation will be available for any datafied result. If you want to pass a hash map as the connectable, you must also pass an options hash map. This can be used to process regular result sets or metadata result sets.

Examples