class documentation

class CursorDebugWrapper(CursorWrapper):

Known subclasses: django.db.backends.postgresql.base.CursorDebugWrapper

View In Hierarchy

Undocumented

Method debug​_sql Undocumented
Method execute Undocumented
Method executemany Undocumented

Inherited from CursorWrapper:

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
@contextmanager
def debug_sql(self, sql=None, params=None, use_last_executed_query=False, many=False):

Undocumented

def execute(self, sql, params=None):
def executemany(self, sql, param_list):