Home | Trees | Index | Help |
---|
Package twisted :: Package enterprise :: Module util :: Class _TableInfo |
|
(internal)
Info about a table/class and it's relationships. Also serves as a container for generated SQL.Method Summary | |
---|---|
__init__(self,
rc)
| |
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... | |
getRelationshipFor(self,
tableName)
|
Method Details |
---|
addForeignKey(self, childColumns, parentColumns, childRowClass, containerMethod, autoLoad)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 |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:49:21 2003 | http://epydoc.sf.net |