Update set-parameters docstring
Uses set-parameter and SettableParameter now, not `.setObject`
This commit is contained in:
parent
19dc0e4703
commit
f691d59be7
1 changed files with 1 additions and 3 deletions
|
|
@ -37,9 +37,7 @@
|
||||||
|
|
||||||
(defn set-parameters
|
(defn set-parameters
|
||||||
"Given a PreparedStatement and a vector of parameter values, update the
|
"Given a PreparedStatement and a vector of parameter values, update the
|
||||||
PreparedStatement with those parameters and return it.
|
PreparedStatement with those parameters and return it."
|
||||||
|
|
||||||
Currently uses .setObject with no possibility of an override."
|
|
||||||
^java.sql.PreparedStatement
|
^java.sql.PreparedStatement
|
||||||
[^PreparedStatement ps params]
|
[^PreparedStatement ps params]
|
||||||
(when (seq params)
|
(when (seq params)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue