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 |