Indexed Database Objects
This topic provides an alphabetical list of the Indexed Database objects.
In this section
| Topic | Description |
|---|---|
|
A cursor lets you iterate (walk through) a set of records from either an object store or an index. | |
|
Provides access to the value of a record associated with a record. | |
|
Represents a container for object stores, indexes, and other objects associated with data. | |
|
Obsolete. Represents an error that occurred while processing an Indexed Database operation or request. | |
|
Lets you create and manipulate objects stored in a database | |
|
Lets you use attribute values to search and organize data in an object store. | |
|
Defines one or more values that filter a set of records to a range of values. | |
|
Holds the data stored in an indexed database. | |
|
Represents a request made to open or delete a database. | |
|
Represents a request to initiate a database operation, such as opening or deleting a database. | |
|
Represents a request made against a database. | |
|
Represents a group of operations made against a database. | |
|
Obsolete.No longer supported. | |
|
Provides unique attributes for an upgradeneeded event, such as oldVersion and newVersion. |