search

goog.db.Index

Provided By

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.

new Index( index )

Parameters
indexIDBIndex

Underlying IDBIndex object.

See Also

goog.db.ObjectStore#getIndex

Instance Methods