Liking cljdoc? Tell your friends :D

seaquell.edit


also-fieldclj

source

also-fieldsclj

source

also-fromclj

source

also-group-byclj

source

also-order-byclj

source

and-expr?clj

(and-expr? x)
source

and-havingclj

(and-having expr)

Returns a function to AND expr with existing HAVING clause

Returns a function to AND `expr` with existing HAVING clause
sourceraw docstring

and-whereclj

(and-where expr)

Returns a function to AND expr with existing WHERE clause

Returns a function to AND `expr` with existing WHERE clause
sourceraw docstring

conj-fieldclj

source

conj-fieldsclj

(conj-fields & xs)

Returns a function to append one or more fields to a query

Returns a function to append one or more fields to a query
sourceraw docstring

conj-fromclj

(conj-from & xs)

Returns a function to append xs to an existing FROM clause using the same syntax as the from function.

Returns a function to append `xs` to an existing FROM clause
using the same syntax as the `from` function.
sourceraw docstring

conj-group-byclj

(conj-group-by & xs)
source

conj-order-byclj

(conj-order-by & xs)
source

cons-fieldclj

source

cons-fieldsclj

(cons-fields & xs)

Returns a function to prepend one or more fields to a query

Returns a function to prepend one or more fields to a query
sourceraw docstring

cons-fromclj

(cons-from & xs)
source

cons-group-byclj

(cons-group-by & xs)
source

cons-order-byclj

(cons-order-by & xs)
source

edit-fieldsclj

(edit-fields f & args)
source

edit-fromclj

(edit-from f & args)
source

edit-group-byclj

(edit-group-by f & args)
source

edit-havingclj

(edit-having f & args)
source

edit-limitclj

(edit-limit f & args)
source

edit-nth-fieldclj

source

edit-nth-fieldsclj

(edit-nth-fields n f & args)
source

edit-nth-fromclj

(edit-nth-from n f & args)
source

edit-nth-group-byclj

(edit-nth-group-by n f & args)
source

edit-nth-order-byclj

(edit-nth-order-by n f & args)
source

edit-offsetclj

(edit-offset f & args)
source

edit-whereclj

(edit-where f & args)
source

ins-fieldclj

source

ins-fieldsclj

(ins-fields n & xs)
source

ins-fromclj

(ins-from n & xs)
source

ins-group-byclj

(ins-group-by n & xs)
source

ins-order-byclj

(ins-order-by n & xs)
source

mk-edit-fnscljmacro

(mk-edit-fns & xs)
source

mk-edit-nth-fnscljmacro

(mk-edit-nth-fns & xs)
source

mk-replace-fnscljmacro

(mk-replace-fns & xs)
source

mk-replace-nth-fnscljmacro

(mk-replace-nth-fns & xs)
source

mk-rm-fnscljmacro

(mk-rm-fns & xs)
source

mk-rm-nth-fnscljmacro

(mk-rm-nth-fns & xs)
source

not-havingclj

(not-having)

Returns a function to negate existing HAVING clause

Returns a function to negate existing HAVING clause
sourceraw docstring

not-whereclj

(not-where)

Returns a function to negate existing WHERE clause

Returns a function to negate existing WHERE clause
sourceraw docstring

or-expr?clj

(or-expr? x)
source

or-havingclj

(or-having expr)

Returns a function to OR expr with existing HAVING clause

Returns a function to OR `expr` with existing HAVING clause
sourceraw docstring

or-whereclj

(or-where expr)

Returns a function to OR expr with existing WHERE clause

Returns a function to OR `expr` with existing WHERE clause
sourceraw docstring

replace-fieldclj

source

replace-fieldsclj

(replace-fields smap)
source

replace-fromclj

(replace-from smap)
source

replace-group-byclj

(replace-group-by smap)
source

replace-nth-fieldclj

source

replace-nth-fieldsclj

(replace-nth-fields smap)
source

replace-nth-fromclj

(replace-nth-from smap)
source

replace-nth-group-byclj

(replace-nth-group-by smap)
source

replace-nth-order-byclj

(replace-nth-order-by smap)
source

replace-order-byclj

(replace-order-by smap)
source

rm-clausesclj

(rm-clauses & ks)
source

rm-fieldclj

source

rm-fieldsclj

(rm-fields & xs)
source

rm-fromclj

(rm-from & xs)
source

rm-group-byclj

(rm-group-by & xs)
source

rm-nth-fieldclj

source

rm-nth-fieldsclj

(rm-nth-fields & xs)
source

rm-nth-fromclj

(rm-nth-from & xs)
source

rm-nth-group-byclj

(rm-nth-group-by & xs)
source

rm-nth-order-byclj

(rm-nth-order-by & xs)
source

rm-order-byclj

(rm-order-by & xs)
source

rm-partsclj

source

xor-expr?clj

(xor-expr? x)
source

xor-havingclj

(xor-having expr)

Returns a function to XOR expr with existing HAVING clause

Returns a function to XOR `expr` with existing HAVING clause
sourceraw docstring

xor-whereclj

(xor-where expr)

Returns a function to XOR expr with existing WHERE clause

Returns a function to XOR `expr` with existing WHERE clause
sourceraw docstring

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

× close