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