webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for IDBIndex, including all inherited members.
count(optional any query) | IDBIndex | |
count(optional IDBKeyRange? range=null) | IDBIndex | |
count(any key) | IDBIndex | |
get(any query) | IDBIndex | |
get(IDBKeyRange? key) | IDBIndex | |
get(any key) | IDBIndex | |
getAll(optional any query, [EnforceRange] optional unsigned long count) | IDBIndex | |
getAll(optional IDBKeyRange? range=null, [EnforceRange] optional unsigned long count) | IDBIndex | |
getAll(any key, [EnforceRange] optional unsigned long count) | IDBIndex | |
getAllKeys(optional any query, [EnforceRange] optional unsigned long count) | IDBIndex | |
getAllKeys(optional IDBKeyRange? range=null, [EnforceRange] optional unsigned long count) | IDBIndex | |
getAllKeys(any key, [EnforceRange] optional unsigned long count) | IDBIndex | |
getKey(any query) | IDBIndex | |
getKey(IDBKeyRange? key) | IDBIndex | |
getKey(any key) | IDBIndex | |
keyPath | IDBIndex | |
keyPath | IDBIndex | |
multiEntry | IDBIndex | |
name | IDBIndex | |
objectStore | IDBIndex | |
openCursor(optional any query, optional IDBCursorDirection direction="next") | IDBIndex | |
openCursor(optional IDBKeyRange? range=null, optional IDBCursorDirection direction="next") | IDBIndex | |
openCursor(any key, optional IDBCursorDirection direction="next") | IDBIndex | |
openKeyCursor(optional any query, optional IDBCursorDirection direction="next") | IDBIndex | |
openKeyCursor(optional IDBKeyRange? range=null, optional IDBCursorDirection direction="next") | IDBIndex | |
openKeyCursor(any key, optional IDBCursorDirection direction="next") | IDBIndex | |
unique | IDBIndex |