Back

get-lower-column-names (clj)

(source)

function

(get-lower-column-names rsmeta opts)
Given `ResultSetMetaData`, return a vector of lower-case column names, each qualified by the table from which it came.

Examples