search

goog.db.ObjectStore

Provided By

Creates an IDBObjectStore wrapper object. Object stores have methods for storing and retrieving records, and are accessed through a transaction object. They also have methods for creating indexes associated with the object store. They can only be created when setting the version of the database. Should not be created directly, access object stores through transactions.

new ObjectStore( store )

Parameters
storeIDBObjectStore

The backing IndexedDb object.

See Also

goog.db.UpgradeNeededCallback

goog.db.Transaction#objectStore

Instance Methods