t.e.u._TableInfo : class documentation

Part of twisted.enterprise.util View Source View In Hierarchy

(internal)

Info about a table/class and it's relationships. Also serves as a container for generated SQL.
Method __init__ Undocumented
Method addForeignKey This information is attached to the "parent" table childColumns - columns of the "child" table parentColumns - columns of the "parent" table, the one being joined to... the "foreign" table
Method getRelationshipFor Undocumented
def __init__(self, rc): (source)
Undocumented
def addForeignKey(self, childColumns, parentColumns, childRowClass, containerMethod, autoLoad): (source)
This information is attached to the "parent" table childColumns - columns of the "child" table parentColumns - columns of the "parent" table, the one being joined to... the "foreign" table
def getRelationshipFor(self, tableName): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.