Make it clear that next.jdbc.prepare/create should not be called
This commit is contained in:
parent
c1ad86c822
commit
dcb632d7cf
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@
|
|||
(into-array String return-keys))
|
||||
|
||||
(defn create
|
||||
"Given a `Connection`, a SQL string, some parameters, and some options,
|
||||
"This is an implementation detail -- use `next.jdbc/prepare` instead.
|
||||
|
||||
Given a `Connection`, a SQL string, some parameters, and some options,
|
||||
return a `PreparedStatement` representing that."
|
||||
^java.sql.PreparedStatement
|
||||
[^Connection con ^String sql params
|
||||
|
|
|
|||
Loading…
Reference in a new issue