(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] :as rt} body)executes a raw value
executes a raw value
(raw-eval-pg-return ret)returns a regularised result
returns a regularised result
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |