webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
IDBTransaction Interface Reference

import"interfaces.idl";

Inheritance diagram for IDBTransaction:
EventTarget EventTarget

Public Member Functions

IDBObjectStore objectStore (DOMString name)
 
void abort ()
 
IDBObjectStore objectStore (DOMString name)
 
void abort ()
 
- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Public Attributes

readonly attribute DOMStringList objectStoreNames
 
readonly attribute IDBTransactionMode mode
 
readonly attribute IDBDatabase db
 
readonly attribute DOMException error
 
attribute EventHandler onabort
 
attribute EventHandler oncomplete
 
attribute EventHandler onerror
 
readonly attribute DOMError error
 

Member Function Documentation

◆ abort() [1/2]

void IDBTransaction::abort ( )

◆ abort() [2/2]

void IDBTransaction::abort ( )

◆ objectStore() [1/2]

IDBObjectStore IDBTransaction::objectStore ( DOMString  name)

◆ objectStore() [2/2]

IDBObjectStore IDBTransaction::objectStore ( DOMString  name)

Member Data Documentation

◆ db

readonly attribute IDBDatabase IDBTransaction::db

◆ error [1/2]

readonly attribute DOMError IDBTransaction::error

◆ error [2/2]

readonly attribute DOMException IDBTransaction::error

◆ mode

readonly attribute IDBTransactionMode IDBTransaction::mode

◆ objectStoreNames

readonly attribute DOMStringList IDBTransaction::objectStoreNames

◆ onabort

attribute EventHandler IDBTransaction::onabort

◆ oncomplete

attribute EventHandler IDBTransaction::oncomplete

◆ onerror

attribute EventHandler IDBTransaction::onerror

The documentation for this interface was generated from the following files: