Back

set-parameter (clj)

(source)

protocol

(set-parameter val stmt ix)
Convert a Clojure value into a SQL value and store it as the ix'th parameter in the given SQL statement object.

Examples