search

goog.db.IndexedDb

Provided By
Extends
All Implemented Interfaces

Creates an IDBDatabase wrapper object. The database object has methods for setting the version to change the structure of the database and for creating transactions to get or modify the stored records. Should not be created directly, call goog.db.openDatabase to set up the connection.

new IndexedDb( db )

Parameters
dbIDBDatabase

Underlying IndexedDB database object.

Instance Methods

Instance Properties

Classes

Enumerations