Liking cljdoc? Tell your friends :D

lang.model.spec-postgres.form-deftype


pg-deftypeclj

(pg-deftype form)

creates a deftype statement

creates a deftype statement
raw docstring

pg-deftype-col-fnclj

(pg-deftype-col-fn [col attrs] 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-foreign-groupsclj

(pg-deftype-foreign-groups col-spec)

collects foreign key groups

collects foreign key groups
raw docstring

pg-deftype-foreignsclj

(pg-deftype-foreigns sym col-spec mopts)

creates foreign key constraints

creates foreign key constraints
raw docstring

pg-deftype-formatclj

(pg-deftype-format form)

formats an input form

formats an input form
raw docstring

pg-deftype-format-fragmentclj

(pg-deftype-format-fragment esym)

parses the fragment contained by the symbol

parses the fragment contained by the symbol
raw docstring

pg-deftype-format-generatedclj

(pg-deftype-format-generated {:keys [type generated] :as attrs})

processes generated columns

processes generated columns
raw docstring

pg-deftype-format-rawclj

(pg-deftype-format-raw spec {:keys [raw] :as msym})

processes the type definition

processes the type definition
raw docstring

pg-deftype-gen-constraintclj

(pg-deftype-gen-constraint sym [group entries] mopts)

generates a foreign key constraint

generates a foreign key constraint
raw docstring

pg-deftype-indexesclj

(pg-deftype-indexes cols ttok)

create index statements

create index statements
raw docstring

pg-deftype-partitionclj

(pg-deftype-partition params)
(pg-deftype-partition params col-spec)

creates partition by statement

creates partition by statement
raw docstring

pg-deftype-primariesclj

(pg-deftype-primaries schema-primary)

TODO

TODO
raw docstring

pg-deftype-refclj

(pg-deftype-ref col {:keys [ns link current] :as m} mopts)

creates the ref entry

creates the ref entry
raw docstring

pg-deftype-ref-currentclj

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

creates the ref entry for

creates the ref entry for
raw docstring

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

creates the ref entry for

creates the ref entry for
raw docstring

pg-deftype-ref-nameclj


pg-deftype-spec-normalizeclj

(pg-deftype-spec-normalize col-spec)

normalizes the spec, inferring groups

normalizes the spec, inferring groups
raw docstring

pg-deftype-uniquesclj

(pg-deftype-uniques cols)

collect unique keys on deftype

collect unique keys on deftype
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close