Liking cljdoc? Tell your friends :D

seaquell.raw

Experimental namespace for representing SQL using sequential data structures instead of maps. Would let users generate arbitrary SQL. Similar to hiccup for HTML.

Experimental namespace for representing SQL using sequential data
structures instead of maps. Would let users generate arbitrary
SQL. Similar to hiccup for HTML.
raw docstring

->sqlclj

(->sql s [x & xs :as q])

Converts a sequence of sql elements to a SQL string

Converts a sequence of sql elements to a SQL string
sourceraw docstring

arrayclj

(array n & xs)
source

array*clj

(array* n xs)
source

as-nameclj

(as-name x)
source

bbclj

brace of braces

brace of braces
sourceraw docstring

collclj

(coll opt & xs)
source

coll*clj

(coll* {:keys [arity coll-delim elem-delim separator] :or {separator \,}} xs)
source

compilerclj

source

csclj

comma separated

comma separated
sourceraw docstring

curlyclj

(curly n & xs)
source

curly*clj

(curly* n xs)
source

dehyphenizeclj

(dehyphenize x)
source

fn->symclj

source

list-fn?clj

(list-fn? x)
source

llclj

list of lists

list of lists
sourceraw docstring

lvclj

list of vectors

list of vectors
sourceraw docstring

map-fn?clj

(map-fn? x)
source

name->sqlclj

(name->sql x)
source

pairsclj

(pairs & xs)
source

quadsclj

(quads & xs)
source

quintsclj

(quints & xs)
source

RawSqlCompilercljprotocol

Protocol for compiling sequences of raw SQL tokens

Protocol for compiling sequences of raw SQL tokens

bazclj

(baz a)
(baz a b)

baz docs

baz docs

sqlizeclj

(sqlize this s)

Compiles the SQL entities in s to a string

Compiles the SQL entities in `s` to a string
sourceraw docstring

scalarsclj

(scalars & xs)
source

sqlclj

(sql & xs)
source

sql$clj

(sql$ s)
(sql$ c s)
source

sql->mapclj

(sql->map xs)
source

sql-fn?clj

(sql-fn? f)
source

sql-kw?clj

(sql-kw? f)
source

sql-stmt?clj

(sql-stmt? f)
source

sqlite-aggregate-fnsclj

source

sqlite-clause-kwsclj

source

sqlite-core-fnsclj

source

sqlite-date-time-fnsclj

source

sqlite-fnsclj

source

sqlite-kwsclj

source

sqlite-stmt-kwsclj

source

sqlite-stmtsclj

source

sqlite-window-fnsclj

source

tripsclj

(trips & xs)
source

tuplesclj

(tuples n & xs)
source

tuples*clj

(tuples* n xs)
source

val?clj

(val? x)
source

vals?clj

(vals? x)
source

valuesclj

(values n & xs)
source

values*clj

(values* n xs)
source

vec?clj

(vec? x)
source

vlclj

vector of lists

vector of lists
sourceraw docstring

vvclj

vector of vectors

vector of vectors
sourceraw docstring

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

× close