Liking cljdoc? Tell your friends :D

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
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close