Back

Executable (clj)

(source)

protocol

Protocol for executing SQL operations. Implementations are provided for `Connection`, `DataSource`, `PreparedStatement`, and `Object`, on the assumption that an `Object` can be turned into a `DataSource` and therefore used to get a `Connection`.

Examples