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 | Access type | Description |
|---|---|---|
| Read-only |
Specifies the lowest value of a key range. | |
| Read-only |
Indicates whether a lower bound key range includes the lower value specified for the range. | |
| Read-only |
Specifies the highest value of a key range. | |
| Read-only |
Indicates whether an upper bound key range includes the upper value specified for the range. |
Standards information
Show:
