Liking cljdoc? Tell your friends :D

eva.v2.transaction-pipeline.core

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
raw docstring

exceptional-tx-infoclj

(exceptional-tx-info res)
source

init-reportclj

(init-report db tx-data)
source

realize-as-commandclj

(realize-as-command db o)
source

successful-tx-infoclj

(successful-tx-info res)
source

transactclj

(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.
sourceraw docstring

tx-exceptionclj

(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
sourceraw docstring

tx-resultclj

(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.
sourceraw docstring

writer-idclj

source

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

× close