Liking cljdoc? Tell your friends :D

meeseeks-db.query


apply-scopeclj

(apply-scope scope query)
source

bulk-scoped-queriesclj

(bulk-scoped-queries client scope-spec queries-specs)
source

bulk-scoped-smarter-queriesclj

(bulk-scoped-smarter-queries client scope-spec queries-specs reference-spec)
source

cleanup-queryclj

(cleanup-query client query)
source

compile-queryclj

(compile-query q)

Inputs: [q :- QueryExpression] Returns: Query

Inputs: [q :- QueryExpression]
Returns: Query
sourceraw docstring

map->query-exprclj

(map->query-expr filters)

Inputs: [filters :- QueryMap] Returns: QueryExpression

Inputs: [filters :- QueryMap]
Returns: QueryExpression
sourceraw docstring

multiple-queries->cursorclj

(multiple-queries->cursor client queries)
source

query->command-listclj

(query->command-list query)
source

run-query!clj

(run-query! client query)

Inputs: [client query :- Query] Returns: s/Int

Inputs: [client query :- Query]
Returns: s/Int
sourceraw docstring

run-statsclj

(run-stats jobs scope reference)
source

stats*clj

(stats* scope scope-sizes reference reference-sizes conn s-query r-query)
source

strict-map->Queryclj

(strict-map->Query m21689 & [drop-extra-keys?__19931__auto__])

Factory function for class Query, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class Query, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

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

× close