Liking cljdoc? Tell your friends :D

postgres.core.impl-main


t-countclj

(t-count spec-sym params)

create count statement

create count statement
raw docstring

t-count-rawclj

(t-count-raw [entry tsch mopts] params)

constructs a count form with prep

constructs a count form with prep
raw docstring

t-deleteclj

(t-delete
  spec-sym
  {:keys [where returning into as single args] :as params :or {as :json}})

contructs an delete form

contructs an delete form
raw docstring

t-delete-rawclj

(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
raw docstring

t-existsclj

(t-exists spec-sym params)

create exists statement

create exists statement
raw docstring

t-exists-rawclj

(t-exists-raw [entry tsch mopts] params)

constructs a exists form with prep

constructs a exists form with prep
raw docstring

t-fieldsclj

(t-fields spec-sym {:keys [scope path] :as params})

returns fields

returns fields
raw docstring

t-fields-rawclj

(t-fields-raw [entry tsch mopts]
              {:keys [scope path] :as params :or {path [:web :modify]}})

returns the raw fields

returns the raw fields
raw docstring

t-idclj

(t-id spec-sym params)

contructs an id form

contructs an id form
raw docstring

t-id-rawclj

(t-id-raw [entry tsch mopts] params)

contructs an id form with prep

contructs an id form with prep
raw docstring

t-selectclj

(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
raw docstring

t-select-rawclj

(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
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close