Back

get-column-names (clj)

(source)

function

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

Examples