class Reference:
Known subclasses: django.db.backends.ddl_references.Statement
, django.db.backends.ddl_references.Table
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | references_column |
Return whether or not this instance references the specified column. |
Method | references_table |
Return whether or not this instance references the specified table. |
Method | rename_column_references |
Rename all references to the old_column to the new_column. |
Method | rename_table_references |
Rename all references to the old_name to the new_table. |
django.db.backends.ddl_references.Statement
, django.db.backends.ddl_references.TableColumns
django.db.backends.ddl_references.Statement
, django.db.backends.ddl_references.TableColumns