Liking cljdoc? Tell your friends :D

workflo.macros.query.om-util


dispatch-keyclj/s

(dispatch-key expr)

Returns the key the results for a query expression will be stored under in the query result map. E.g. the query {:foo [:bar :baz]} would store its results under :foo, whereas the query {:bar [:foo]} would store its results under :bar.

Returns the key the results for a query expression will be
stored under in the query result map. E.g. the query
`{:foo [:bar :baz]}` would store its results under `:foo`,
whereas the query `{:bar [:foo]}` would store its results
under `:bar`.
sourceraw docstring

expr-typeclj/s

(expr-type expr)

Returns the type of the expression as a keyword (e.g. :keyword, :ident, :join, :param).

Returns the type of the expression as a keyword (e.g.
:keyword, :ident, :join, :param).
sourceraw docstring

ident-expr?clj/s

(ident-expr? expr)

Returns true if expr is an ident expression.

Returns true if expr is an ident expression.
sourceraw docstring

ident-nameclj/s

Returns the name of an ident expression.

Returns the name of an ident expression.
sourceraw docstring

join-expr?clj/s

(join-expr? expr)

Returns true if expr is a join expression.

Returns true if expr is a join expression.
sourceraw docstring

join-sourceclj/s

Returns the source of a join query expression.

Returns the source of a join query expression.
sourceraw docstring

join-targetclj/s

Return the target of a join query expression.

Return the target of a join query expression.
sourceraw docstring

param-expr?clj/s

(param-expr? expr)

Returns true if q is a parameterized query expression.

Returns true if q is a parameterized query expression.
sourceraw docstring

param-mapclj/s

Returns the parameter map of a parameterized query expression.

Returns the parameter map of a parameterized query expression.
sourceraw docstring

param-queryclj/s

(param-query expr)

Returns the query of a parameterized query expression.

Returns the query of a parameterized query expression.
sourceraw docstring

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

× close