(block-do-suppress form)initates suppress block
initates suppress block
(pg-array [_ & arr] grammar mopts)creates an array object
(common/pg-array '(array 1 2 3 4 5) g/+grammar+ {}) => "ARRAY[1,2,3,4,5]"
creates an array object
(common/pg-array '(array 1 2 3 4 5)
g/+grammar+
{})
=> "ARRAY[1,2,3,4,5]"(pg-defblock [_ sym array])creates generic defblock
creates generic defblock
(pg-do-assert [_ chk [tag data]] grammar mopts)creates an assert form
creates an assert form
(pg-format [op sym & body])formats a form, extracting static components
formats a form, extracting static components
(pg-full-token tok schtok)creates a full token (for types and enums)
creates a full token (for types and enums)
(pg-hydrate [op sym & body] grammar mopts)hydrate function for top level entries
hydrate function for top level entries
(pg-hydrate-module-static module)gets the static module
gets the static module
(pg-invoke-typecast form grammar mopts)emits a typecast call
emits a typecast call
(pg-linked sym grammar opts)emits the linked symbol
emits the linked symbol
(pg-linked-token sym mopts)gets the linked token given symbol
gets the linked token given symbol
(pg-map m grammar mopts)creates a postgres json object
creates a postgres json object
(pg-typecast [_ sym & args] grammar mopts)creates a typecast
creates a typecast
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 |