class documentation

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method callproc Undocumented
Method execute Undocumented
Method executemany Undocumented
Constant WRAP_ERROR_ATTRS Undocumented
Instance Variable cursor Undocumented
Instance Variable db Undocumented
Method _execute Undocumented
Method _execute_with_wrappers Undocumented
Method _executemany Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(self, type, value, traceback): (source)

Undocumented

def __getattr__(self, attr): (source)

Undocumented

def __init__(self, cursor, db): (source)

Undocumented

def __iter__(self): (source)

Undocumented

def callproc(self, procname, params=None, kparams=None): (source)

Undocumented

def execute(self, sql, params=None): (source)

Undocumented

def executemany(self, sql, param_list): (source)

Undocumented

WRAP_ERROR_ATTRS = (source)

Undocumented

Value
frozenset(['fetchone', 'fetchmany', 'fetchall', 'nextset'])

Undocumented

Undocumented

def _execute(self, sql, params, *ignored_wrapper_args): (source)

Undocumented

def _execute_with_wrappers(self, sql, params, many, executor): (source)

Undocumented

def _executemany(self, sql, param_list, *ignored_wrapper_args): (source)

Undocumented