Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▾ backends
▸ base
▸ ddl_references
▸ dummy
▸ mysql
▸ oracle
▾ postgresql
▾ base
class
CursorDebugWrapper
class
DatabaseWrapper
▸ client
▸ creation
▸ features
▸ introspection
▸ operations
▸ schema
▸ signals
▸ sqlite3
▸ utils
▸ migrations
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class CursorDebugWrapper
django
.
db
.
backends
.
postgresql
.
base
.
CursorDebugWrapper
Declaration
class
CursorDebugWrapper(
BaseCursorDebugWrapper
)
source
link
Methods
▷
def
copy_expert
(
self, sql, file, *args
)
source
link
▷
def
copy_to
(
self, file, table, *args, **kwargs
)
source
link
Inherited methods
Methods inherited from
django
.
db
.
backends
.
utils
.
CursorDebugWrapper
:
debug_sql
,
execute
,
executemany
Methods inherited from
django
.
db
.
backends
.
utils
.
CursorWrapper
:
__enter__
,
__exit__
,
__getattr__
,
__init__
,
__iter__
,
callproc
Generated by
nedoc
v0.9 at 2020-12-29 14:04