Liking cljdoc? Tell your friends :D

rt.postgres.script.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-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 [where where-args returning into field as args single
                      order-by order-sort group-by limit offset key-fn]
               :as params
               :or {as :json}})

contructs an select form with prep

contructs an select form with prep
raw docstring

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

× close