Recover list of uncommitted prepared two phase transaction identifiers on the given connection. :param connection: a :class:`_engine.Connection`.
(self, connection: Connection)
| 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, |
no outgoing calls