twisted.enterprise.adbapi.Connection(object)
class documentationtwisted.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 |