Liking cljdoc? Tell your friends :D

gungnir.query


all!clj/s

(all! table)
(all! form & args)

Find multiple records from table, where args are a key value pair of columns and values. Optionally extend the query using a HoneySQL form.

Find multiple records from `table`, where `args` are a key value pair of
columns and values. Optionally extend the query using a HoneySQL `form`.
sourceraw docstring

apply-before-read-fnsclj/s

(apply-before-read-fns b before-read-fns)
source

build-clauseclj/smultimethod

source

collifyclj/s

source

columnsclj/s

source

compositeclj/s

source

cross-joinclj/s

source

deleteclj/s

source

delete-fromclj/s

source

expand-binary-opsclj/s

(expand-binary-ops op & args)
source

find!clj/s

(find! table primary-key)
(find! form table primary-key)

Find a single record by its primary-key from table. Optionally extend the query using a HoneySQL form.

Find a single record by its `primary-key` from `table`.
Optionally extend the query using a HoneySQL `form`. 
sourceraw docstring

find-by!clj/s

(find-by! form & args)

Find a single record from table, where args are a key value pair of columns and values. Optionally extend the query using a HoneySQL form.

Find a single record from `table`, where `args` are a key value pair of
columns and values. Optionally extend the query using a HoneySQL `form`.
sourceraw docstring

fromclj/s

source

full-joinclj/s

source

groupclj/s

source

handle-before-readclj/s

(handle-before-read a b more)
source

havingclj/s

source

insert-intoclj/s

source

joinclj/s

source

left-joinclj/s

source

limitclj/s

source

lockclj/s

source

merge-columnsclj/s

source

merge-cross-joinclj/s

source

merge-fromclj/s

source

merge-full-joinclj/s

source

merge-group-byclj/s

source

merge-havingclj/s

source

merge-joinclj/s

source

merge-left-joinclj/s

source

merge-modifiersclj/s

source

merge-order-byclj/s

source

merge-right-joinclj/s

source

merge-selectclj/s

source

merge-valuesclj/s

source

merge-whereclj/s

source

modifiersclj/s

source

offsetclj/s

source

order-byclj/s

source

plain-map?clj/s

source

query-valuesclj/s

source

recurred?clj

source

right-joinclj/s

source

selectclj/s

source

set0clj/s

source

set1clj/s

source

ssetclj/s

source

truncateclj/s

source

un-selectclj/s

source

updateclj/s

source

valuesclj/s

source

whereclj/s

source

withclj/s

source

with-recursiveclj/s

source

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

× close