MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / savepoint

Method savepoint

lib/sqlalchemy/engine/events.py:550–556  ·  view source on GitHub ↗

Intercept savepoint() events. :param conn: :class:`_engine.Connection` object :param name: specified name used for the savepoint.

(self, conn: Connection, name: str)

Source from the content-addressed store, hash-verified

548 """
549
550 def savepoint(self, conn: Connection, name: str) -> None:
551 """Intercept savepoint() events.
552
553 :param conn: :class:`_engine.Connection` object
554 :param name: specified name used for the savepoint.
555
556 """
557
558 def rollback_savepoint(
559 self, conn: Connection, name: str, context: None

Calls

no outgoing calls