Back

Preparable (clj)

(source)

protocol

Protocol for producing a new `java.sql.PreparedStatement` that should be closed after use. Can be used by `Executable` functions. Implementation is provided for `Connection` only.

Examples