MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / with_ddl_events

Method with_ddl_events

lib/sqlalchemy/sql/ddl.py:1263–1267  ·  view source on GitHub ↗

helper context manager that will apply appropriate DDL events to a CREATE or DROP operation.

(self, target, **kw)

Source from the content-addressed store, hash-verified

1261
1262 @contextlib.contextmanager
1263 def with_ddl_events(self, target, **kw):
1264 """helper context manager that will apply appropriate DDL events
1265 to a CREATE or DROP operation."""
1266
1267 raise NotImplementedError()
1268
1269
1270class InvokeCreateDDLBase(InvokeDDLBase):

Callers 14

visit_enumMethod · 0.45
visit_enumMethod · 0.45
visit_DOMAINMethod · 0.45
visit_DOMAINMethod · 0.45
visit_metadataMethod · 0.45
visit_tableMethod · 0.45
visit_sequenceMethod · 0.45
visit_indexMethod · 0.45
visit_metadataMethod · 0.45
visit_indexMethod · 0.45
visit_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected