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.SQLiteCursorWrapper Class Reference
Inheritance diagram for google.appengine.datastore.datastore_sqlite_stub.SQLiteCursorWrapper:

Public Member Functions

def execute
 
def executemany
 
def executescript
 

Detailed Description

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.

Member Function Documentation

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.

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