Store.Transactions.commit()
Signature
void commit (String url)
Description
Commits the current transaction. Current transaction covers all operations i.e. 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 |