Searched defs:rollback (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py287 def rollback(self): member in class:TMDatabaseConnection
288 """ Wrapper around Psycopg2.connection.rollback."""
290 oRc = self._oConn.rollback();
324 try: self._oExplainConn.rollback();
508 ## Alternatively, rollback whatever is going on and do it using the current one.
/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h906 * backup/rollback/commit (using the copy constructor of the managed data
919 rollback();
926 rollback();
983 void rollback() function in class:Backupable

Completed in 46 milliseconds