Store.Transactions.rollback()
Signature
void rollback (String url)
Description
Roll's back the current transaction. Current transaction covers all operations Store.open/put/get/delete between the first Store.Transactions.enableTransactions and Store.Transactions.commit/rollback or operations between subsequent Store.Transactions.commit/rollback calls.
Parameters
Name | Type | Description |
url | String | Url of the Store |