Liking cljdoc? Tell your friends :D

rt.postgres.script.impl-insert


t-insertclj

(t-insert spec-sym
          data
          &
          [{:keys [returning into as args] :as params :or {as :json}}])

constructs an insert form

constructs an insert form
raw docstring

t-insert-formclj

(t-insert-form tsch ks vs)

insert form

insert form
raw docstring

t-insert-mapclj

(t-insert-map tsch m params mopts)

constructs an insert map form

constructs an insert map form
raw docstring

t-insert-rawclj

(t-insert-raw [entry tsch mopts]
              data
              {:keys [returning into as args] :as params :or {as :json}})

contructs an insert form with prep

contructs an insert form with prep
raw docstring

t-insert-recordclj

(t-insert-record table-sym data params)

constructs a record insert form

constructs a record insert form
raw docstring

t-insert-symbolclj

(t-insert-symbol tsch sym cols params mopts)

constructs an insert symbol form

constructs an insert symbol form
raw docstring

t-upsertclj

(t-upsert spec-sym data & [{:keys [where returning into as single] :as params}])

constructs an upsert form

constructs an upsert form
raw docstring

t-upsert-rawclj

(t-upsert-raw [entry tsch mopts]
              data
              {:keys [where returning into as single] :as params})

contructs an upsert form with prep

contructs an upsert form with prep
raw docstring

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

× close