class documentation

class Expressions(TableColumns):

View In Hierarchy

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):
def __str__(self):
def rename_column_references(self, table, old_column, new_column):
Rename all references to the old_column to the new_column.
def rename_table_references(self, old_table, new_table):
Rename all references to the old_name to the new_table.
columns: list =
compiler =

Undocumented

expressions =

Undocumented

quote_value =

Undocumented