Transactions
Describes how to use transactions.
-
Introduction to Transactions
A transaction is a series of operations on a store, normally completed by committing them using the store's
CommitL()
function.
-
How to Commit and Revert
Changes to a store are not made permanent until they are committed and until such changes are committed, they can be rolled back (i.e. reverted)
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.