Liking cljdoc? Tell your friends :D
Clojure only.

hugsql.adapter


HugsqlAdaptercljprotocol

Hugsql Adapter Protocol

Hugsql Adapter Protocol

executeclj

(execute this db sqlvec options)

Execute SQL/DDL/DML statement

Execute SQL/DDL/DML statement

on-exceptionclj

(on-exception this exception)

Exception handler allows adapter to redirect exceptions from HugSQL

Exception handler allows adapter to redirect exceptions from HugSQL

queryclj

(query this db sqlvec options)

Query SQL statement (expecting result set)

Query SQL statement (expecting result set)

result-affectedclj

(result-affected this result options)

Result: returns integer of affected rows/records

Result: returns integer of affected rows/records

result-manyclj

(result-many this result options)

Result: returns vector of hashmap records

Result: returns vector of hashmap records

result-oneclj

(result-one this result options)

Result: returns one hashmap record

Result: returns one hashmap record

result-rawclj

(result-raw this result options)

Result: returns raw result, untouched

Result: returns raw result, untouched
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close