goog.db.KeyRange |
range
: !IDBKeyRange
Underlying IDBKeyRange object.
|
![]()
Returns underlying key range object. This is used in ObjectStore's openCursor
and count methods.
Returns: !IDBKeyRange
No description.
|
code » |
![]()
Underlying IDBKeyRange object.
|
Code » |
Creates a key range with upper and lower bounds.
Arguments:
Returns: !goog.db.KeyRange
The key range.
|
code » | |||||
Creates a key range with a lower bound only, finishes at the last record.
Arguments:
Returns: !goog.db.KeyRange
The key range.
|
code » | |||||
Creates a new key range for a single value.
Arguments:
Returns: !goog.db.KeyRange
The key range.
|
code » | |||||
Creates a key range with a upper bound only, starts at the first record.
Arguments:
Returns: !goog.db.KeyRange
The key range.
|
code » |
![]()
The IDBKeyRange.
|
Code » |