Liking cljdoc? Tell your friends :D

rt.postgres.client-impl


init-ptr-pgclj

(init-ptr-pg {:keys [mode] :as pg} ptr)

initiates a pointer in the runtime

(base/init-ptr-pg -pg- scratch/addf) => -2

initiates a pointer in the runtime

(base/init-ptr-pg -pg- scratch/addf)
=> -2
raw docstring

invoke-ptr-pgclj

(invoke-ptr-pg {:keys [instance] :as pg} ptr args)

invokes a pointer in runtime

invokes a pointer in runtime
raw docstring

prepend-select-checkclj

(prepend-select-check ptr args)

checks if values needs a SELECT prepended

checks if values needs a `SELECT` prepended
raw docstring

prepend-select-check-formclj

(prepend-select-check-form [f :as form] book)

checks if form needs a SELECT prepended

checks if form needs a `SELECT` prepended
raw docstring

raw-eval-pgclj

(raw-eval-pg {:keys [instance]} body)

executes a raw value

executes a raw value
raw docstring

raw-eval-pg-returnclj

(raw-eval-pg-return ret)

returns a regularised result

returns a regularised result
raw docstring

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

× close