Part of twisted.enterprise View Source
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 18 | Class | ConnectionLost | This exception means that a db connection has been lost. Client code may |
| 26 | Class | Connection | A wrapper for a DB-API connection instance. |
| 81 | Class | Transaction | A lightweight wrapper for a DB-API 'cursor' object. |
| 128 | Class | ConnectionPool | Represent a pool of connections to a DB-API 2.0 compliant database. |
| 479 | Function | safe | Make a string safe to include in an SQL statement. |
| 471 | Function | _safe | Something really stupid that replaces quotes with escaped quotes. |