IDBKeyRange object
Defines one or more values that filter a set of records to a range of values.
DOM Information
Inheritance Hierarchy
The IDBKeyRange does not inherit from any class or interface.Members
The IDBKeyRange object has these types of members:
Methods
The IDBKeyRange object has these methods.
| Method | Description |
|---|---|
| bound |
Creates a bound key range. |
| lowerBound |
Creates a lower bound key range. |
| only |
Creates a single valued key range. |
| upperBound |
Creates an upper bound key range. |
Properties
The IDBKeyRange object has these properties.
| Property | Description |
|---|---|
|
Specifies the lowest value of a key range. | |
|
Indicates whether a lower bound key range includes the lower value specified for the range. | |
|
Specifies the highest value of a key range. | |
|
Indicates whether an upper bound key range includes the upper value specified for the range. |
Standards information
Build date: 11/22/2012
