Enables clojure.java.jdbc
to behave within an XA transaction
Enables `clojure.java.jdbc` to behave within an XA transaction
(factory spec)
May be passed via the :factory option to a clojure.java.jdbc
spec
that turns operations illegal during an XA
transaction (commit/rollback/setAutoCommit) into no-ops so that JDBC
resources manipulated via clojure.java.jdbc
may participate in a
distributed transaction
May be passed via the :factory option to a `clojure.java.jdbc` spec that turns operations illegal during an XA transaction (commit/rollback/setAutoCommit) into no-ops so that JDBC resources manipulated via `clojure.java.jdbc` may participate in a distributed transaction
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close