Liking cljdoc? Tell your friends :D
Clojure only.

com.fulcrologic.rad.database-adapters.sql.vendor


VendorAdaptercljprotocol

add-referential-column-statementclj

(add-referential-column-statement this
                                  origin-table
                                  origin-column
                                  target-type
                                  target-table
                                  target-column)

Alter table and add a FK column.

Alter table and add a FK column.

relax-constraints!clj

(relax-constraints! this datasource)

Try to defer constraint checking until the end of txn.

Try to defer constraint checking until the end of txn.
source

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

× close