Back
format-dsl (clj)
(source)function
(format-dsl statement-map & [{:keys [aliased nested pretty]}])
Given a hash map representing a SQL statement and a hash map
of options, return a vector containing a string -- the formatted
SQL statement -- followed by any parameter values that SQL needs.
This is intended to be used when writing your own formatters to
extend the DSL supported by HoneySQL.