webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"interfaces.idl";
Public Attributes | |
readonly attribute DOMString | name |
readonly attribute unsigned long long | version |
readonly attribute DOMStringList | objectStoreNames |
attribute EventHandler | onabort |
attribute EventHandler | onclose |
attribute EventHandler | onerror |
attribute EventHandler | onversionchange |
void IDBDatabase::close | ( | ) |
void IDBDatabase::close | ( | ) |
IDBObjectStore IDBDatabase::createObjectStore | ( | DOMString | name, |
optional IDBObjectStoreParameters | parameters | ||
) |
IDBObjectStore IDBDatabase::createObjectStore | ( | DOMString | name, |
optional IDBObjectStoreParameters | options | ||
) |
void IDBDatabase::deleteObjectStore | ( | DOMString | name | ) |
void IDBDatabase::deleteObjectStore | ( | DOMString | name | ) |
IDBTransaction IDBDatabase::transaction | ( | (DOMString or sequence< DOMString >) | storeNames, |
optional IDBTransactionMode | mode = "readonly" |
||
) |
IDBTransaction IDBDatabase::transaction | ( | DOMStringList | storeNames, |
optional IDBTransactionMode | mode = "readonly" |
||
) |
IDBTransaction IDBDatabase::transaction | ( | (DOMString or sequence< DOMString >) | storeNames, |
optional IDBTransactionMode | mode = "readonly" |
||
) |
readonly attribute DOMStringList IDBDatabase::objectStoreNames |
attribute EventHandler IDBDatabase::onabort |
attribute EventHandler IDBDatabase::onclose |
attribute EventHandler IDBDatabase::onerror |
attribute EventHandler IDBDatabase::onversionchange |