class documentation

class Table(Reference):

Known subclasses: django.db.backends.ddl_references.TableColumns

View In Hierarchy

Hold a reference to a table.
Method __init__ Undocumented
Method __str__ Undocumented
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.
Instance Variable quote​_name Undocumented
Instance Variable table Undocumented

Inherited from Reference:

Method __repr__ Undocumented
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.
def __init__(self, table, quote_name):
def references_table(self, table):
Return whether or not this instance references the specified table.
def rename_table_references(self, old_table, new_table):
quote_name =

Undocumented

table =