t.e.a.Connection(object) : class documentation

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.

Method __init__ Undocumented
Method close Undocumented
Method rollback Undocumented
Method reconnect Undocumented
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 2013-11-08 22:07:30.