Back

create (clj)

(source)

function

(create con sql params {:keys [return-keys result-type concurrency cursors fetch-size max-rows timeout], :as opts})
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.

Examples