Back

metadata (clj)

(source)

protocol

(metadata this)
Return the raw `ResultSetMetaData` object from the result set. Should not cause any row realization. If `next.jdbc.datafy` has been required, this metadata will be fully-realized as a Clojure data structure, otherwise this should not be allowed to 'leak' outside of the reducing function as it may depend on the connection remaining open, in order to be valid.

Examples