webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
IDBObjectStore Member List

This is the complete list of members for IDBObjectStore, including all inherited members.

add(any value, optional any key)IDBObjectStore
add(any value, optional any key)IDBObjectStore
autoIncrementIDBObjectStore
clear()IDBObjectStore
clear()IDBObjectStore
count(optional any query)IDBObjectStore
count(optional IDBKeyRange? range=null)IDBObjectStore
count(any key)IDBObjectStore
createIndex(DOMString name,(DOMString or sequence< DOMString >) keyPath, optional IDBIndexParameters options)IDBObjectStore
createIndex(DOMString name,(DOMString or sequence< DOMString >) keyPath, optional IDBIndexParameters options)IDBObjectStore
delete(any query)IDBObjectStore
delete(IDBKeyRange? keyRange)IDBObjectStore
delete(any key)IDBObjectStore
deleteIndex(DOMString indexName)IDBObjectStore
deleteIndex(DOMString name)IDBObjectStore
get(any query)IDBObjectStore
get(IDBKeyRange? key)IDBObjectStore
get(any key)IDBObjectStore
getAll(optional any query, [EnforceRange] optional unsigned long count)IDBObjectStore
getAll(optional IDBKeyRange? range=null, [EnforceRange] optional unsigned long count)IDBObjectStore
getAll(any key, [EnforceRange] optional unsigned long count)IDBObjectStore
getAllKeys(optional any query, [EnforceRange] optional unsigned long count)IDBObjectStore
getAllKeys(optional IDBKeyRange? range=null, [EnforceRange] optional unsigned long count)IDBObjectStore
getAllKeys(any key, [EnforceRange] optional unsigned long count)IDBObjectStore
getKey(any query)IDBObjectStore
getKey(IDBKeyRange? key)IDBObjectStore
getKey(any key)IDBObjectStore
index(DOMString name)IDBObjectStore
index(DOMString name)IDBObjectStore
indexNamesIDBObjectStore
keyPathIDBObjectStore
keyPathIDBObjectStore
nameIDBObjectStore
openCursor(optional any query, optional IDBCursorDirection direction="next")IDBObjectStore
openCursor(optional IDBKeyRange? range=null, optional IDBCursorDirection direction="next")IDBObjectStore
openCursor(any key, optional IDBCursorDirection direction="next")IDBObjectStore
openKeyCursor(optional any query, optional IDBCursorDirection direction="next")IDBObjectStore
openKeyCursor(optional IDBKeyRange? range=null, optional IDBCursorDirection direction="next")IDBObjectStore
openKeyCursor(any key, optional IDBCursorDirection direction="next")IDBObjectStore
put(any value, optional any key)IDBObjectStore
put(any value, optional any key)IDBObjectStore
transactionIDBObjectStore