Class t.e.a.Connection(object):

Part of twisted.enterprise.adbapi View Source View In Hierarchy

A wrapper for a DB-API connection instance.

The wrapper passes almost everything to the wrapped connection and so has the same API. However, the Connection knows about its pool and also handle reconnecting should when the real connection dies.
Line # Kind Name Docs
35 Method __init__ Undocumented
40 Method close Undocumented
50 Method rollback Undocumented
72 Method reconnect Undocumented
77 Method __getattr__ Undocumented
def __init__(self, pool): (source)
Undocumented
def close(self): (source)
Undocumented
def rollback(self): (source)
Undocumented
def reconnect(self): (source)
Undocumented
def __getattr__(self, name): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.