Represent a COMMENT ON CONSTRAINT IS statement.
| 1243 | |
| 1244 | |
| 1245 | class SetConstraintComment(_CreateDropBase["Constraint"]): |
| 1246 | """Represent a COMMENT ON CONSTRAINT IS statement.""" |
| 1247 | |
| 1248 | __visit_name__ = "set_constraint_comment" |
| 1249 | |
| 1250 | |
| 1251 | class DropConstraintComment(_CreateDropBase["Constraint"]): |