class documentation

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
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 columns Undocumented
Instance Variable compiler Undocumented
Instance Variable expressions Undocumented
Instance Variable quote_value Undocumented

Inherited from TableColumns:

Method references_column Return whether or not this instance references the specified column.
Instance Variable table Undocumented

Inherited from Table (via TableColumns):

Method references_table Return whether or not this instance references the specified table.
Instance Variable quote_name Undocumented

Inherited from Reference (via TableColumns, Table):

Method __repr__ Undocumented
def __init__(self, table, expressions, compiler, quote_value): (source)
def rename_column_references(self, table, old_column, new_column): (source)

Rename all references to the old_column to the new_column.

def rename_table_references(self, old_table, new_table): (source)

Rename all references to the old_name to the new_table.

compiler = (source)

Undocumented

expressions = (source)

Undocumented

quote_value = (source)

Undocumented