Liking cljdoc? Tell your friends :D

stch.sql.types

Types for query and DML statements.

Types for query and DML statements.
raw docstring

callclj

(call name & args)

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

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

paramclj

(param name)

Represents a SQL parameter which can be filled in later

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

param-nameclj

(param-name param)
source

rawclj

(raw s)

Represents a raw SQL string

Represents a raw SQL string
sourceraw docstring

read-sql-callclj

(read-sql-call form)
source

read-sql-paramclj

(read-sql-param form)
source

read-sql-rawclj

(read-sql-raw form)
source

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

× close