db4o

ObjectContainer.rollback Method 

rolls back the running transaction.

[Visual Basic]
Sub rollback()
[C#]
void rollback();
[C++]
void rollback();
[JScript]
function rollback();

Remarks

rolls back the running transaction.

Modified application objects im memory are not restored. Use combined calls to deactivate() and activate() to reload an objects member values.

See Also

ObjectContainer Interface | com.db4o Namespace