Package twisted :: Package test :: Module test_enterprise :: Class ChildRow
[show private | hide private]
[frames | no frames]

Class ChildRow

RowObject --+
            |
           ChildRow


Method Summary
  __setattr__(self, name, value)
Special setattr to prevent changing of key values. (inherited from RowObject)
  assignKeyAttr(self, attrName, value)
Assign to a key attribute. (inherited from RowObject)
  createDefaultAttributes(self)
Populate instance with default attributes. (inherited from RowObject)
  findAttribute(self, attrName)
Find an attribute by caseless name. (inherited from RowObject)
  getKeyTuple(self)
(inherited from RowObject)
  setDirty(self, flag)
Use this to set the 'dirty' flag. (inherited from RowObject)

Class Variable Summary
list rowColumns
list rowForeignKeys
list rowKeyColumns
str rowTableName

Class Variable Details

rowColumns

Type:
list
Value:
[('childId', 'int'),
 ('foo', 'varchar'),
 ('test_key', 'varchar'),
 ('stuff', 'varchar'),
 ('gogogo', 'int'),
 ('data', 'varchar')]                                                  

rowForeignKeys

Type:
list
Value:
[('testTable',
  [('test_key', 'varchar')],
  [('key_string', 'varchar')],
  None,
  1)]                                                                  

rowKeyColumns

Type:
list
Value:
[('childId', 'int')]                                                   

rowTableName

Type:
str
Value:
'childTable'                                                           

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:12 2003 http://epydoc.sf.net