Liking cljdoc? Tell your friends :D

sqlingvo.ksql.core


asclj/s

(as alias)
(as expr alias)
source

astclj/s

(ast statement)

Compile the statement to an AST.

Compile the `statement` to an AST.
sourceraw docstring

auto-offset-restclj/s

(auto-offset-rest db value)
source

create-sink-connectorclj/s

(create-sink-connector db name & body)
source

create-source-connectorclj/s

(create-source-connector db name & body)
source

create-streamclj/s

(create-stream db stream & body)
source

create-tableclj/s

(create-table db stream & body)
source

create-typeclj/s

(create-type db name type)
source

dbclj/s

(db & [config])

Returns a new db.

Returns a new db.
sourceraw docstring

delete-topicclj/s

(delete-topic)
(delete-topic delete-topic?)
source

drop-connectorclj/s

(drop-connector db connector)
source

drop-streamclj/s

(drop-stream db stream & body)
source

drop-tableclj/s

(drop-table db table & body)
source

drop-typeclj/s

(drop-type db name)
source

emitclj/s

(emit result-materialization)
source

fromclj/s

(from source)
source

group-byclj/s

(group-by & columns)
source

havingclj/s

(having expr)
source

if-existsclj/s

(if-exists)
(if-exists if-exists?)
source

insertclj/s

(insert db table columns & body)

Build a INSERT statement.

Build a INSERT statement.
sourceraw docstring

joinclj/s

(join source condition type)
source

limitclj/s

(limit limit)
source

listclj/s

(list db type)
source

order-byclj/s

(order-by & columns)
source

partition-byclj/s

(partition-by expr)
source

ppclj/s

(pp statement)

Compile the statement to an AST.

Compile the `statement` to an AST.
sourceraw docstring

printclj/s

(print db clause)
source

selectclj/s

(select db expr & body)
source

showclj/s

(show db type)
source

sqlclj/s

(sql statement)

Compile the statement to SQL string..

Compile the `statement` to SQL string..
sourceraw docstring

terminateclj/s

(terminate db query)
source

valuesclj/s

(values values)
source

whereclj/s

(where expr)
source

windowclj/s

(window type & expressions)
source

withclj/s

(with opts)
source

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

× close