Back
format-expr (clj)
(source)function
(format-expr expr)
(format-expr expr {:keys [nested record], :as opts})
Given a data structure that represents a SQL expression 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.