t.e.adbapi : module documentation

Part of twisted.enterprise View Source

An asynchronous mapping to DB-API 2.0.
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.
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 2011-10-27 16:27:37.