Back

set-parameters (clj)

(source)

function

(set-parameters ps params)
Given a `PreparedStatement` and a vector of parameter values, update the `PreparedStatement` with those parameters and return it.

Examples