(pg-deftype-col-fn [col attrs] mopts)formats the column on deftype
formats the column on deftype
(pg-deftype-col-sql form sql)formats the sql on deftype
formats the sql on deftype
(pg-deftype-enum-col col enum mopts)creates the enum column
creates the enum column
(pg-deftype-foreign-groups col-spec)collects foreign key groups
collects foreign key groups
(pg-deftype-foreigns sym col-spec mopts)creates foreign key constraints
creates foreign key constraints
(pg-deftype-format form)formats an input form
formats an input form
(pg-deftype-format-fragment esym)parses the fragment contained by the symbol
parses the fragment contained by the symbol
(pg-deftype-format-generated {:keys [type generated] :as attrs})processes generated columns
processes generated columns
(pg-deftype-format-raw spec {:keys [raw] :as msym})processes the type definition
processes the type definition
(pg-deftype-gen-constraint sym [group entries] mopts)generates a foreign key constraint
generates a foreign key constraint
(pg-deftype-indexes cols ttok)create index statements
create index statements
(pg-deftype-partition params)(pg-deftype-partition params col-spec)creates partition by statement
creates partition by statement
(pg-deftype-ref col {:keys [ns link current] :as m} mopts)creates the ref entry
creates the ref entry
(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
(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
(pg-deftype-spec-normalize col-spec)normalizes the spec, inferring groups
normalizes the spec, inferring groups
(pg-deftype-uniques cols)collect unique keys on deftype
collect unique keys on deftype
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 |