Liking cljdoc? Tell your friends :D

rt.postgres.grammar.common


+pg-query-alias+clj


+pg-type-alias+clj


block-do-blockclj

(block-do-block form)

initates do block

initates do block
raw docstring

block-do-suppressclj

(block-do-suppress form)

initates suppress block

initates suppress block
raw docstring

pg-arrayclj

(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]"
raw docstring

pg-base-tokenclj

(pg-base-token tok schtok)

creates a base token

creates a base token
raw docstring

pg-defblockclj

(pg-defblock [_ sym array])

creates generic defblock

creates generic defblock
raw docstring

pg-defenumclj

(pg-defenum [_ sym array])

defenum block

defenum block
raw docstring

pg-defindexclj

(pg-defindex [_ sym array])

defindex block

defindex block
raw docstring

pg-do-assertclj

(pg-do-assert [_ chk [tag data]] grammar mopts)

creates an assert form

creates an assert form
raw docstring

pg-entry-tokenclj

(pg-entry-token entry)

gets the entry token

gets the entry token
raw docstring

pg-formatclj

(pg-format [op sym & body])

formats a form, extracting static components

formats a form, extracting static components
raw docstring

pg-full-tokenclj

(pg-full-token tok schtok)

creates a full token (for types and enums)

creates a full token (for types and enums)
raw docstring

pg-hydrateclj

(pg-hydrate [op sym & body] grammar mopts)

hydrate function for top level entries

hydrate function for top level entries
raw docstring

pg-hydrate-module-staticclj

(pg-hydrate-module-static module)

gets the static module

gets the static module
raw docstring

pg-invoke-typecastclj

(pg-invoke-typecast form grammar mopts)

emits a typecast call

emits a typecast call
raw docstring

pg-linkedclj

(pg-linked sym grammar opts)

emits the linked symbol

emits the linked symbol
raw docstring

pg-linked-tokenclj

(pg-linked-token sym mopts)

gets the linked token given symbol

gets the linked token given symbol
raw docstring

pg-mapclj

(pg-map m grammar mopts)

creates a postgres json object

creates a postgres json object
raw docstring

pg-setclj

(pg-set e grammar mopts)

makes a set object

makes a set object
raw docstring

pg-stringclj

(pg-string s)

constructs a pg string

constructs a pg string
raw docstring

pg-sym-metaclj

(pg-sym-meta sym)

returns the sym meta

returns the sym meta
raw docstring

pg-type-aliasclj

(pg-type-alias type)

gets the type alias

gets the type alias
raw docstring

pg-typecastclj

(pg-typecast [_ sym & args] grammar mopts)

creates a typecast

creates a typecast
raw docstring

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

× close