MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / do_prepare_twophase

Method do_prepare_twophase

lib/sqlalchemy/engine/interfaces.py:2162–2170  ·  view source on GitHub ↗

Prepare a two phase transaction on the given connection. :param connection: a :class:`_engine.Connection`. :param xid: xid

(self, connection: Connection, xid: Any)

Source from the content-addressed store, hash-verified

2160 raise NotImplementedError()
2161
2162 def do_prepare_twophase(self, connection: Connection, xid: Any) -> None:
2163 """Prepare a two phase transaction on the given connection.
2164
2165 :param connection: a :class:`_engine.Connection`.
2166 :param xid: xid
2167
2168 """
2169
2170 raise NotImplementedError()
2171
2172 def do_rollback_twophase(
2173 self,

Callers 2

Calls

no outgoing calls

Tested by 1