Liking cljdoc? Tell your friends :D

cmql-core.operators.uoperators


*!clj/s

(*! & args)
source

+!clj/s

(+! & args)
source

apply-to-oddclj/s

(apply-to-odd f coll)
source

conj!clj/s

(conj! & args)
source

conj-distinct!clj/s

(conj-distinct! & args)
source

each!clj/s

(each! ar & options)

Used with $addToSet operator and the $push operator, to add each element Options can be 3 '(position n)', '(slice n)' , '(sort :field1 :!field2)'

Used with $addToSet operator and the $push operator, to add each element
Options can be 3 '(position n)', '(slice n)' , '(sort :field1 :!field2)'
sourceraw docstring

get-function-mapclj/s

(get-function-map keyword-f args)
source

max!clj/s

(max! & args)
source

min!clj/s

(min! & args)
source

now-date!clj/s

(now-date! & args)

Call example All 3 first means date {$type 'date'} (now-date :field1 'date' :field1 true :field1 '' :field1 'timestamp')

Call example
All 3 first means date {$type 'date'}
(now-date :field1 'date' :field1 true :field1 '' :field1 'timestamp')
sourceraw docstring

pop!clj/s

(pop! & args)
source

position!clj/s

(position! index)
source

remove!clj/s

(remove! & args)

Simple member (remove! :ar1 (=? avalue)) Embeded (remove! :ar1 (=? :afield avalue)) Nested (this will remove a member from the ar2, based on creteria on ar2) (remove! :ar1 (elem-match? :ar2 (=? afield avalue))

Simple member
 (remove! :ar1 (=? avalue))
Embeded
 (remove! :ar1 (=? :afield avalue))
Nested (this will remove a member from the ar2, based on creteria on ar2)
 (remove! :ar1  (elem-match? :ar2 (=? afield avalue))
sourceraw docstring

remove-all!clj/s

(remove-all! & args)
source

rename!clj/s

(rename! & args)
source

set!-clj/s

(set!- & args)
source

set-on-insert!clj/s

(set-on-insert! & args)
source

slice!clj/s

(slice! sliceIndex)
source

sort!clj/s

(sort! & args)
source

take!clj/s

(take! field n)
(take! field start-index n)
source

unset!clj/s

(unset! & args)

(unset 'field1' 'field2' ...)

(unset 'field1' 'field2' ...)
sourceraw docstring

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

× close