Package ZenEvents :: Module DbAccessBase :: Class DbAccessBase
[show private | hide private]
[frames | no frames]

Type DbAccessBase

object --+
         |
        DbAccessBase

Known Subclasses:
EventManagerBase

Method Summary
  cleanstring(self, value)
Remove the trailing off the end of a string.
  close(self, conn)
  connect(self)
Load our database driver and connect to the database.
Inherited from object: __init__, __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variable Summary
DbConnectionPool _cpool = <ZenEvents.DbConnectionPool.DbConnectionPool in...

Method Details

cleanstring(self, value)

Remove the trailing off the end of a string.

connect(self)

Load our database driver and connect to the database.

Class Variable Details

_cpool

Type:
DbConnectionPool
Value:
<ZenEvents.DbConnectionPool.DbConnectionPool instance at 0x301faf8>    

Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 http://epydoc.sf.net