Indexed Database Methods
This topic provides an alphabetical list of the methods supported by Indexed Database objects.
In this section
| Topic | Description |
|---|---|
|
Cancels a transaction. | |
|
Adds a record object to an object store. | |
|
Advances the position of a cursor forward by a specified number of records. | |
|
Creates a bound key range. | |
|
Removes all data from an object store. | |
|
Closes the connection to a database. | |
|
Compares two values and indicates whether one is greater than the other. | |
|
Advances the position of cursor object to the next object. | |
|
Returns the number of records in an object store corresponding to a key value or key range. | |
|
Creates an index on an object store. | |
|
Creates an object store. | |
|
Deletes a record object from an object store. | |
|
Deletes a database. | |
|
Deletes an index from an object store. | |
|
Deletes an object store (and associated indexes) from the database. | |
|
Retrieves a record from an object store. | |
|
Retrieves the key value from an index. | |
|
Retrieves an index associated with the object store. | |
|
Creates a lower bound key range. | |
|
Returns an object store that is part of the transaction. | |
|
Creates a single valued key range. | |
|
Opens a database object. | |
|
Returns a cursor object positioned at the first record object in a data source, optionally filtered by a key range and ordered by a direction. | |
|
Returns a set of records, organized by the index, optionally matching values specified by a key range and matching a specified direction. | |
|
Replaces or adds a record object in an object store. | |
|
Obsolete. No longer supported. | |
|
Begins a transaction for the specified object stores. | |
|
Updates a value in the current record of the cursor. | |
|
Creates an upper bound key range. |