MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / SetTableComment

Class SetTableComment

lib/sqlalchemy/sql/ddl.py:1217–1220  ·  view source on GitHub ↗

Represent a COMMENT ON TABLE IS statement.

Source from the content-addressed store, hash-verified

1215
1216
1217class SetTableComment(_CreateDropBase["Table"]):
1218 """Represent a COMMENT ON TABLE IS statement."""
1219
1220 __visit_name__ = "set_table_comment"
1221
1222
1223class DropTableComment(_CreateDropBase["Table"]):

Callers 1

visit_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected