Home | Trees | Index | Help |
---|
Package twisted :: Package world :: Module database :: Class Database |
|
Method Summary | |
---|---|
__init__(self,
dirname)
| |
cacheInstance(self,
inst,
uidt)
| |
close(self)
| |
dumpHTML(self,
f)
| |
dumpHTMLData(self,
f)
| |
dumpstep(self)
| |
str |
Insert an object into the database, returning the OID it can be retrieved with. |
keyToMapper(self,
key)
| |
mapperToKey(self,
mapper)
| |
queryClassSelect(self,
klass,
_cond,
**kw)
| |
Table |
Return a table that will store instances of this class |
Retrieve an object from the database by UID. | |
retrieveOID(self,
oid,
genhash,
uid)
| |
sanityCheck(self)
| |
Return |
Method Details |
---|
insert(self, obj)Insert an object into the database, returning the OID it can be retrieved with.
|
registerClass(self, klass)
|
retrieve(self, uid)Retrieve an object from the database by UID.
|
structured(self, name, *fields)Return |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:46:29 2003 | http://epydoc.sf.net |