![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | cursor |
Substitutes sqlite3.Connection with a connection that logs commands. Inherits from sqlite3.Connection class and overrides cursor replacing the default cursor with an instance of SQLiteCursorWrapper. This automatically makes execute, executemany, executescript and others use the SQLiteCursorWrapper.
def google.appengine.datastore.datastore_sqlite_stub.SQLiteConnectionWrapper.cursor | ( | self | ) |
Substitutes standard cursor() with a SQLiteCursorWrapper to log queries. Substitutes the standard sqlite.Cursor with SQLiteCursorWrapper to ensure all cursor requests get intercepted. Returns: A SQLiteCursorWrapper Instance.