Part of canonical.testing.mockdb View In Hierarchy
| 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. |
MockDbConnection.