class documentation

class CursorDebugWrapper(BaseCursorDebugWrapper):

View In Hierarchy

Undocumented

Method copy​_expert Undocumented
Method copy​_to Undocumented

Inherited from CursorDebugWrapper:

Method debug​_sql Undocumented
Method execute Undocumented
Method executemany Undocumented

Inherited from CursorWrapper (via CursorDebugWrapper):

Constant WRAP​_ERROR​_ATTRS Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method ​_execute Undocumented
Method ​_execute​_with​_wrappers Undocumented
Method ​_executemany Undocumented
Method callproc Undocumented
Instance Variable cursor Undocumented
Instance Variable db Undocumented
def copy_expert(self, sql, file, *args):

Undocumented

def copy_to(self, file, table, *args, **kwargs):

Undocumented