c.t.m.ScriptRecorder : class documentation

Part of canonical.testing.mockdb View In Hierarchy

No class docstring
Method __init__ Undocumented
Method connect Open a connection to the database, returning a MockDbConnection.
Method cursor Return a MockDbCursor.
Method execute Handle Cursor.execute().
Method close Handle Connection.close().
Method commit Handle Connection.commit().
Method rollback Handle Connection.rollback().
Method set_isolation_level Handle Connection.set_isolation_level().
Method store Store the script for future use by a ScriptPlayer.
def __init__(self, key):
Undocumented
def connect(self, connect_func, *args, **kw):
Open a connection to the database, returning a MockDbConnection.
def cursor(self, connection):
Return a MockDbCursor.
def execute(self, cursor, query, params=None):
Handle Cursor.execute().
def close(self, connection):
Handle Connection.close().
def commit(self, connection):
Handle Connection.commit().
def rollback(self, connection):
Handle Connection.rollback().
def set_isolation_level(self, connection, level):
Handle Connection.set_isolation_level().
def store(self):
Store the script for future use by a ScriptPlayer.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.