objectstore.js
No description.

File Location

/goog/db/objectstore.js

Classes

goog.db.ObjectStore
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.

Directory db

File Reference