Hugsql Adapter Protocol
Hugsql Adapter Protocol
(execute this db sqlvec options)
Execute SQL/DDL/DML statement
Execute SQL/DDL/DML statement
(on-exception this exception)
Exception handler allows adapter to redirect exceptions from HugSQL
Exception handler allows adapter to redirect exceptions from HugSQL
(query this db sqlvec options)
Query SQL statement (expecting result set)
Query SQL statement (expecting result set)
(result-affected this result options)
Result: returns integer of affected rows/records
Result: returns integer of affected rows/records
(result-many this result options)
Result: returns vector of hashmap records
Result: returns vector of hashmap records
(result-one this result options)
Result: returns one hashmap record
Result: returns one hashmap record
(result-raw this result options)
Result: returns raw result, untouched
Result: returns raw result, untouched
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close