![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | execute |
def | executemany |
def | executescript |
Substitutes sqlite3.Cursor, with a cursor that logs commands. Inherits from sqlite3.Cursor class and extends methods such as execute, executemany and execute script, so it logs SQL calls.
def google.appengine.datastore.datastore_sqlite_stub.SQLiteCursorWrapper.execute | ( | self, | |
sql, | |||
args | |||
) |
Replaces execute() with a logging variant.
def google.appengine.datastore.datastore_sqlite_stub.SQLiteCursorWrapper.executemany | ( | self, | |
sql, | |||
seq_parameters | |||
) |
Replaces executemany() with a logging variant.
def google.appengine.datastore.datastore_sqlite_stub.SQLiteCursorWrapper.executescript | ( | self, | |
sql | |||
) |
Replaces executescript() with a logging variant.