Liking cljdoc? Tell your friends :D

rt.postgres.grammar.meta


+fn+clj


classify-ptrclj

(classify-ptr ptr)

classifies the pointer

classifies the pointer
raw docstring

create-extensionclj

(create-extension ex)

makes create extension forms

makes create extension forms
raw docstring

create-schemaclj

(create-schema sch)

creates a schema

creates a schema
raw docstring

drop-extensionclj

(drop-extension ex)

makes drop extension forms

makes drop extension forms
raw docstring

drop-schemaclj

(drop-schema sch)

drops a schema

drops a schema
raw docstring

get-extensionsclj

(get-extensions module & [seed-only])

gets import forms

gets import forms
raw docstring

get-schema-seedclj

(get-schema-seed module)

gets schema seed for a given module

gets schema seed for a given module
raw docstring

has-enumclj

(has-enum name schema)

checks for existence of an enum

checks for existence of an enum
raw docstring

has-functionclj

(has-function name schema)

checks for existence of a function

checks for existence of a function
raw docstring

has-indexclj

(has-index name schema)

cheks for the existence of an index

cheks for the existence of an index
raw docstring

has-schemaclj

(has-schema sch)

checks that schema exists

checks that schema exists
raw docstring

has-tableclj

(has-table name schema)

checks for existence of a table

checks for existence of a table
raw docstring

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

× close