Liking cljdoc? Tell your friends :D

specql.op

SQL operators

SQL operators
raw docstring

<clj

(< & arg__1865__auto__)
source

<=clj

(<= & arg__1865__auto__)
source

=clj

(= & arg__1865__auto__)
source

>clj

(> & arg__1865__auto__)
source

>=clj

(>= & arg__1865__auto__)
source

andclj

(and & ops)
source

betweenclj

(between & arg__1865__auto__)
source

combined-op?clj

(combined-op? x)
source

defoperatorclj/smacro

(defoperator sym sql-template)
source

ilikeclj

(ilike & arg__1865__auto__)
source

inclj

(in values)
source

likeclj

(like & arg__1865__auto__)
source

notclj

(not op)
source

not-null?clj

source

not=clj

(not= & arg__1865__auto__)
source

null?clj

source

Opcljprotocol

to-sqlclj

(to-sql this value-accessor column-info)

Convert the operator to SQL, must return a vector containing a SQL fragment and possible parameters. The column-info provides the introspected information about the column, like its type and possible transformation to apply.

Convert the operator to SQL, must return a vector containing
a SQL fragment and possible parameters. The column-info provides the
introspected information about the column, like its type and possible
transformation to apply.
source

orclj

(or & ops)
source

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

× close