class twisted.enterprise.adbapi.Connection: (source)
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 |
Instance Variable | _pool | Undocumented |
Instance Variable | _connection | Undocumented |