Module t.e.adbapi

Part of twisted.enterprise View Source

An asynchronous mapping to DB-API 2.0.
Line # Kind Name Docs
15 Class ConnectionLost This exception means that a db connection has been lost.
21 Class Connection A wrapper for a DB-API connection instance.
75 Class Transaction A lightweight wrapper for a DB-API 'cursor' object.
120 Class ConnectionPool I represent a pool of connections to a DB-API 2.0 compliant database.