(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
(invoke-ptr-pg {:keys [instance] :as pg} ptr args)
invokes a pointer in runtime
invokes a pointer in runtime
(prepend-select-check ptr args)
checks if values needs a SELECT
prepended
checks if values needs a `SELECT` prepended
(prepend-select-check-form [f :as form] book)
checks if form needs a SELECT
prepended
checks if form needs a `SELECT` prepended
(raw-eval-pg {:keys [instance]} body)
executes a raw value
executes a raw value
(raw-eval-pg-return ret)
returns a regularised result
returns a regularised result
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close