Liking cljdoc? Tell your friends :D

sqlingvo.util


*reserved*clj/s

A set of reserved words that should not be quoted.

A set of reserved words that should not be quoted.
sourceraw docstring

assoc-opclj/s

(assoc-op op & {:as opts})
source

build-conditionclj/s

(build-condition condition-type condition & [combine])

Helper to build WHERE and HAVING conditions.

Helper to build WHERE and HAVING conditions.
sourceraw docstring

concat-inclj/s

(concat-in ks coll)
source

conditional-clauseclj/s

(conditional-clause clause condition)
source

dissoc-opclj/s

(dissoc-op k)
source

keyword-strclj/s

(keyword-str k)

Return the qualified name of the keyword k as a string.

Return the qualified name of the keyword `k` as a string.
sourceraw docstring

m-bindclj/s

(m-bind mv mf)
source

m-resultclj/s

(m-result x)
source

m-seqclj/s

(m-seq ms)

'Executes' the monadic values in ms and returns a sequence of the basic values contained in them.

'Executes' the monadic values in ms and returns a sequence of the
basic values contained in them.
sourceraw docstring

sequentialclj/s

(sequential x)

Returns x as a sequential data structure.

Returns `x` as a sequential data structure.
sourceraw docstring

set-valclj/s

(set-val k v)
source

sql-keywordclj/s

(sql-keyword db x)

Return the db specific SQL keyword for x.

Return the `db` specific SQL keyword for `x`.
sourceraw docstring

sql-keyword-hyphenateclj/s

(sql-keyword-hyphenate x)
source

sql-nameclj/s

(sql-name db x)

Return the db specific SQL name for x.

Return the `db` specific SQL name for `x`.
sourceraw docstring

sql-name-underscoreclj/s

(sql-name-underscore x)
source

sql-placeholder-constantclj/s

(sql-placeholder-constant & [placeholder])

Returns a fn that uses a constant strategy to produce placeholders.

Returns a fn that uses a constant strategy to produce
placeholders.
sourceraw docstring

sql-placeholder-countclj/s

(sql-placeholder-count & [prefix])

Returns a fn that uses a counting strategy to produce placeholders.

Returns a fn that uses a counting strategy to produce
placeholders.
sourceraw docstring

sql-quoteclj/s

(sql-quote db x)

Return the db specific quoted string for x.

Return the `db` specific quoted string for `x`.
sourceraw docstring

sql-quote-backtickclj/s

(sql-quote-backtick x)
source

sql-quote-double-quoteclj/s

(sql-quote-double-quote x)
source

sql-quote-fnclj/s

(sql-quote-fn db x)

Quote an SQL identifier only if needed.

Quote an SQL identifier only if needed.
sourceraw docstring

sql-type-nameclj/smultimethod

Return the SQL name for the type keyword.

Return the SQL name for the `type` keyword.
sourceraw docstring

sql-type-namesclj/s

Mapping from Clojure keywords to SQL type names.

Mapping from Clojure keywords to SQL type names.
sourceraw docstring

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

× close