Liking cljdoc? Tell your friends :D

qbits.hayt.utils


?clj

? can be used as a query value to mark a prepared statement value ex: (select :foo (where [[> :foo ?] [< :foo 2]]]))

? can be used as a query value to mark a prepared statement value
ex:    (select :foo
           (where [[> :foo ?]
                   [< :foo 2]]]))
sourceraw docstring

appendclj

Append/conjoin element to Map/Set/List

Append/conjoin element to Map/Set/List
sourceraw docstring

containsclj

contains can be used as a query value to mark CONTAINS in where clause ex: (select :foo (where [[contains :foo ...]]]))

`contains` can be used as a query value to mark CONTAINS in where clause
ex:    (select :foo (where [[contains :foo  ...]]]))
sourceraw docstring

contains-keyclj

contains-key can be used as a query value to mark CONTAINS-KEY in where clause ex: (select :foo (where [[contains :foo ...]]]))

`contains-key` can be used as a query value to mark CONTAINS-KEY in where clause
ex:    (select :foo (where [[contains :foo  ...]]]))
sourceraw docstring

dec-byclj

Decrement counter by x, usable in values and set-columns

Decrement counter by x, usable in `values` and `set-columns`
sourceraw docstring

frozenclj

Generates a frozen type definition, takes n arguments

Generates a frozen type definition, takes n arguments
sourceraw docstring

inclj

in can be used as a query value to mark IN in where clause ex: (select :foo (where [[in :foo [1 2 3]]]))

`in` can be used as a query value to mark IN in where clause
ex:    (select :foo (where [[in :foo  [1 2 3]]]))
sourceraw docstring

inc-byclj

Increment counter by x, usable in values and set-columns

Increment counter by x, usable in `values` and `set-columns`
sourceraw docstring

list-typeclj

Generates a list type definition, takes a single argument indicating the list elements type

Generates a list type definition, takes a single argument
indicating the list elements type
sourceraw docstring

map-typeclj

Generates a map type definition, takes 2 arguments, for key and value types

Generates a map type definition, takes 2 arguments, for key and
value types
sourceraw docstring

prependclj

Prepend element to List

Prepend element to List
sourceraw docstring

set-typeclj

Generates a set type definition, takes a single argument indicating the set elements type

Generates a set type definition, takes a single argument indicating
the set elements type
sourceraw docstring

tuple-typeclj

Generates a tuple type definition, takes n arguments

Generates a tuple type definition, takes n arguments
sourceraw docstring

user-typeclj

(user-type m)

Marks a map as User Data Type

Marks a map as User Data Type
sourceraw docstring

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

× close