class Columns(TableColumns):
Known subclasses: django.db.backends.ddl_references.IndexColumns
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | col_suffixes |
Undocumented |
Instance Variable | quote_name |
Undocumented |
Inherited from TableColumns
:
Method | references_column |
Return whether or not this instance references the specified column. |
Method | rename_column_references |
Rename all references to the old_column to the new_column. |
Instance Variable | columns |
Undocumented |
Instance Variable | table |
Undocumented |
Inherited from Table
(via TableColumns
):
Method | references_table |
Return whether or not this instance references the specified table. |
Method | rename_table_references |
Rename all references to the old_name to the new_table. |
Inherited from Reference
(via TableColumns
, Table
):
Method | __repr__ |
Undocumented |
django.db.backends.ddl_references.IndexColumns
Undocumented