Liking cljdoc? Tell your friends :D

rt.postgres.grammar.form-deftype


pg-deftypeclj

(pg-deftype [_ sym spec params])

creates a deftype statement

creates a deftype statement
raw docstring

pg-deftype-col-fnclj

(pg-deftype-col-fn [col
                    {:keys [type primary scope sql required unique enum] :as m}]
                   mopts)

formats the column on deftype

formats the column on deftype
raw docstring

pg-deftype-col-sqlclj

(pg-deftype-col-sql form sql)

formats the sql on deftype

formats the sql on deftype
raw docstring

pg-deftype-enum-colclj

(pg-deftype-enum-col col enum mopts)

creates the enum column

creates the enum column
raw docstring

pg-deftype-formatclj

(pg-deftype-format [op sym spec params])

formats an input form

formats an input form
raw docstring

pg-deftype-fragmentclj

(pg-deftype-fragment esym)

parses the fragment contained by the symbol

parses the fragment contained by the symbol
raw docstring

pg-deftype-hydrateclj

(pg-deftype-hydrate [op sym spec params]
                    grammar
                    {:keys [module book snapshot] :as mopts})

hydrates the form with linked ref information

hydrates the form with linked ref information
raw docstring

(pg-deftype-hydrate-check-link snapshot link type)

checks a link making sure it exists and is correct type

checks a link making sure it exists and is correct type
raw docstring

pg-deftype-hydrate-hookclj

(pg-deftype-hydrate-hook entry)

updates the application schema

updates the application schema
raw docstring

pg-deftype-indexesclj

(pg-deftype-indexes cols ttok)

create index statements

create index statements
raw docstring

pg-deftype-refclj

(pg-deftype-ref col
                {:keys [ns link column] :or {column :id}}
                {:keys [snapshot] :as mopts})

creates the ref entry

creates the ref entry
raw docstring

pg-deftype-uniquesclj

(pg-deftype-uniques cols)

collect unique keys on deftype

collect unique keys on deftype
raw docstring

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

× close