class ForeignKeyName(TableColumns):
Method | __init__ |
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. |
Instance Variable | create_fk_name |
Undocumented |
Instance Variable | suffix_template |
Undocumented |
Instance Variable | to_reference |
Undocumented |
Inherited from TableColumns
:
Instance Variable | columns |
Undocumented |
Instance Variable | table |
Undocumented |
Inherited from Table
(via TableColumns
):
Instance Variable | quote_name |
Undocumented |
Inherited from Reference
(via TableColumns
, Table
):
Method | __repr__ |
Undocumented |
Undocumented