SQLObject
index
/usr/local/zope/zope1/Products/Hornet/SQLObject.py

 
Classes
       
SQLObject

 
class SQLObject
     Methods defined here:
Primary(self)
Returns the primary key for this object
Table(self)
Returns the table for this object
__getattr__(self, key)
__init__(self, data=None, id=None)
__setattr__(self, key, value)
insertIntoDatabase(self)
save(self)
set(self, key, value)
sql_commit(self)
Commits this object
updateDatabase(self)