Module t.e.adbapi

Part of twisted.enterprise View Source

An asynchronous mapping to DB-API 2.0.
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.
def _safe(text): (source)
Something really stupid that replaces quotes with escaped quotes.
def safe(text): (source)
Make a string safe to include in an SQL statement.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.