(execute cnx sql)
(execute rs cnx sql)
Executes raw, unsafe sql. Uses jdbc statement under the hood so we can support multiple resultsets, but which can not be parameterized.
Executes raw, unsafe sql. Uses jdbc statement under the hood so we can support multiple resultsets, but which can not be parameterized.
(execute-prepared-query cnx compiled-query)
Sets parameter values and executes a jdbc prepared statement.
Sets parameter values and executes a jdbc prepared statement.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |