MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / apply_to_insert

Method apply_to_insert

lib/sqlalchemy/sql/base.py:1315–1319  ·  view source on GitHub ↗

Apply this :class:`.SyntaxExtension` to an :class:`_sql.Insert`

(self, insert_stmt: Insert)

Source from the content-addressed store, hash-verified

1313 )
1314
1315 def apply_to_insert(self, insert_stmt: Insert) -> None:
1316 """Apply this :class:`.SyntaxExtension` to an :class:`_sql.Insert`"""
1317 raise NotImplementedError(
1318 f"Extension {type(self).__name__} cannot be applied to insert"
1319 )
1320
1321
1322class Executable(roles.StatementRole):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected