Delete all rows from all tables without affecting the schema. More...
Public Member Functions | |
def | __init__ (self, SQLite3DB db) |
Configure a Transformer to clean the Database without modifying the schema. More... | |
Delete all rows from all tables without affecting the schema.
Refer to SQLamarr::CleanEventStore for implementation details.
Definition at line 18 of file CleanEventStore.py.
def SQLamarr.CleanEventStore.CleanEventStore.__init__ | ( | self, | |
SQLite3DB | db | ||
) |
Configure a Transformer to clean the Database without modifying the schema.
db | An open database connection. |
Definition at line 24 of file CleanEventStore.py.