class documentation

class IndexColumns(Columns):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable opclasses Undocumented

Inherited from Columns:

Instance Variable col​_suffixes Undocumented
Instance Variable quote​_name Undocumented

Inherited from TableColumns (via Columns):

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 Columns, 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 Columns, TableColumns, Table):

Method __repr__ Undocumented
def __init__(self, table, columns, quote_name, col_suffixes=(), opclasses=()):
def __str__(self):
opclasses =

Undocumented