Store.Transactions.rollback()

Signature

void rollback (String url)

Domain

ACTION

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

NameTypeDescription
urlStringUrl of the Store

Returns

TypeDescription
void

Cautions

none