(t-count-raw [entry tsch mopts] params)constructs a count form with prep
constructs a count form with prep
(t-delete
spec-sym
{:keys [where returning into as single args] :as params :or {as :json}})contructs an delete form
contructs an delete form
(t-delete-raw
[entry tsch mopts]
{:keys [where returning into as single args] :as params :or {as :json}})contructs a delete form with prep
contructs a delete form with prep
(t-exists-raw [entry tsch mopts] params)constructs a exists form with prep
constructs a exists form with prep
(t-fields spec-sym {:keys [scope path] :as params})returns fields
returns fields
(t-fields-raw [entry tsch mopts]
{:keys [scope path] :as params :or {path [:web :modify]}})returns the raw fields
returns the raw fields
(t-id-raw [entry tsch mopts] params)contructs an id form with prep
contructs an id form with prep
(t-select spec-sym
{:keys [where returning into as args single order-by limit key-fn]
:as params
:or {as :json}})contructs an select form with prep
contructs an select form with prep
(t-select-raw [entry tsch mopts]
{:keys [join where where-args having returning into field as args
single order-by order-sort group-by limit offset key-fn]
for-lock :for
:as params
:or {as :json}})contructs an select form with prep
contructs an select form with prep
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |