App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.datastore.datastore_sqlite_stub.SQLiteConnectionWrapper Class Reference
Inheritance diagram for google.appengine.datastore.datastore_sqlite_stub.SQLiteConnectionWrapper:

Public Member Functions

def cursor
 

Detailed Description

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.

Member Function Documentation

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.

The documentation for this class was generated from the following file: