Liking cljdoc? Tell your friends :D

rt.postgres.script.impl-update


t-modifyclj

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

constructs a modify form

constructs a modify form
raw docstring

t-modify-rawclj

(t-modify-raw [entry tsch mopts]
              {:keys [set where returning into as single]
               :as params
               :or {as :json single true}})

contructs an upsert form with prep

contructs an upsert form with prep
raw docstring

t-updateclj

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

contructs an update form

contructs an update form
raw docstring

t-update-mapclj

(t-update-map tsch m params mopts)

constructs with map

constructs with map
raw docstring

t-update-rawclj

(t-update-raw
  [entry tsch mopts]
  {:keys [set where returning into as single args] :as params :or {as :json}})

contructs an update form with prep

contructs an update form with prep
raw docstring

t-update-symbolclj

(t-update-symbol tsch sym {:keys [columns coalesce] :as params} mopts)

constructs with symbol

constructs with symbol
raw docstring

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

× close