Liking cljdoc? Tell your friends :D

honeysql.types


arrayclj/s

(array values)

Represents a SQL array.

Represents a SQL array.
raw docstring

array-valsclj/s

(array-vals a)

callclj/s

(call name & args)

Represents a SQL function call. Name should be a keyword.

Represents a SQL function call. Name should be a keyword.
raw docstring

Inlinableclj/s≠protocol

inline-strclj/s

(inline-str x)

inlineclj/s

(inline value)

Prevents parameterization

Prevents parameterization
raw docstring

paramclj/s

(param name)

Represents a SQL parameter which can be filled in later

Represents a SQL parameter which can be filled in later
raw docstring

param-nameclj/s

(param-name param)

rawclj/s

(raw s)

Represents a raw SQL string

Represents a raw SQL string
raw docstring

read-sql-arrayclj/s

(read-sql-array form)

read-sql-callclj/s

(read-sql-call form)

read-sql-inlineclj/s

(read-sql-inline form)

read-sql-paramclj/s

(read-sql-param form)

read-sql-rawclj/s

(read-sql-raw form)

SqlArraycljs


SqlCallcljs


SqlInlinecljs


SqlParamcljs


SqlRawcljs

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

× close