index.js
No description.

File Location

/goog/db/index.js

Classes

goog.db.Index
Creates an IDBIndex wrapper object. Indexes are associated with object stores and provide methods for looking up objects based on their non-key properties. Should not be created directly, access through the object store it belongs to.

Directory db

File Reference