A lightweight wrapper for a DB-API 'cursor' object.

Relays attribute access to the DB cursor. That is, you can call execute(), fetchall(), etc., and they will be called on the underlying DB-API cursor object. Attributes will also be retrieved from there.

Method __init__ Undocumented
Method close Undocumented
Method reopen Undocumented
Method reconnect Undocumented
Method __getattr__ Undocumented
def __init__(self, pool, connection):
Undocumented
def close(self):
Undocumented
def reopen(self):
Undocumented
def reconnect(self):
Undocumented
def __getattr__(self, name):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.