search

goog.db.Transaction

Provided By
Extends
All Implemented Interfaces

Creates a new transaction. Transactions contain methods for accessing object stores and are created from the database object. Should not be created directly, open a database and call createTransaction on it.

new Transaction( tx, db )

Parameters
txIDBTransaction

IndexedDB transaction to back this wrapper.

dbgoog.db.IndexedDb

The database that this transaction modifies.

See Also

goog.db.IndexedDb#createTransaction

Instance Methods

Instance Properties

Enumerations