Store.Transactions.commit()

Signature

void commit (String url)

Domain

ACTION

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

NameTypeDescription
urlStringUrl of the Store

Returns

TypeDescription
void

Cautions

none