MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / do_recover_twophase

Method do_recover_twophase

lib/sqlalchemy/engine/interfaces.py:2211–2219  ·  view source on GitHub ↗

Recover list of uncommitted prepared two phase transaction identifiers on the given connection. :param connection: a :class:`_engine.Connection`.

(self, connection: Connection)

Source from the content-addressed store, hash-verified

2209 raise NotImplementedError()
2210
2211 def do_recover_twophase(self, connection: Connection) -> List[Any]:
2212 """Recover list of uncommitted prepared two phase transaction
2213 identifiers on the given connection.
2214
2215 :param connection: a :class:`_engine.Connection`.
2216
2217 """
2218
2219 raise NotImplementedError()
2220
2221 def _deliver_insertmanyvalues_batches(
2222 self,

Callers 2

recover_twophaseMethod · 0.45

Calls

no outgoing calls

Tested by 1