Make it clear that next.jdbc.prepare/create should not be called

This commit is contained in:
Sean Corfield 2019-07-08 12:40:19 -07:00
parent c1ad86c822
commit dcb632d7cf

View file

@ -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