Update the reference to the DB Connection, to ensure synchronization with disk. More...
Public Member Functions | |
| def | __init__ (self, SQLite3DB db) |
| Configure a Transformer to update the connection to the DB. More... | |
Update the reference to the DB Connection, to ensure synchronization with disk.
Refer to SQLamarr::UpdateDBConnection for implementation details.
Definition at line 18 of file UpdateDBConnection.py.
| def SQLamarr.UpdateDBConnection.UpdateDBConnection.__init__ | ( | self, | |
| SQLite3DB | db | ||
| ) |
Configure a Transformer to update the connection to the DB.
| db | An open database connection. |
Definition at line 24 of file UpdateDBConnection.py.