| Method Summary |
| |
__init__(self,
dirname)
|
| |
cacheInstance(self,
inst,
uidt)
|
| |
close(self)
|
| |
dumpHTML(self,
f)
|
| |
dumpHTMLData(self,
f)
|
| |
dumpstep(self)
|
| str
|
insert(self,
obj)
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
|
registerClass(self,
klass)
Return a table that will store instances of this class |
| |
retrieve(self,
uid)
Retrieve an object from the database by UID. |
| |
retrieveOID(self,
oid,
genhash,
uid)
|
| |
sanityCheck(self)
|
| |
structured(self,
name,
*fields)
Return |