Core logic for the transaction pipeline, provides the entry point for transaction processing via the 'transact' function
Core logic for the transaction pipeline, provides the entry point for transaction processing via the 'transact' function
(transact db tx-data)
Returns a result object capturing either success or failure of the given transaction. Can be inspected via 'tx-result' and 'tx-exception'
Essentially -- returns an exception fauxnad for success/failure of the transaction.
Returns a result object capturing either success or failure of the given transaction. Can be inspected via 'tx-result' and 'tx-exception' Essentially -- returns an exception fauxnad for success/failure of the transaction.
(tx-exception tx-info)
Given transaction info, will return the exception that caused failure, else nil
Given transaction info, will return the exception that caused failure, else nil
(tx-result tx-info)
Given transaction info, will return the transaction result if the transaction succeeded, else nil.
Given transaction info, will return the transaction result if the transaction succeeded, else nil.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close