public class IDBTransaction extends EventTarget
Modifier and Type | Field and Description |
---|---|
IDBDatabase |
db |
DOMError |
error |
String |
mode |
Function<Event,Object> |
onabort |
Function<Event,Object> |
oncomplete |
Function<Event,Object> |
onerror |
static IDBTransaction |
prototype |
String |
READ_ONLY |
String |
READ_WRITE |
String |
VERSION_CHANGE |
constructor
Constructor and Description |
---|
IDBTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.abort type,
Function<UIEvent,Object> listener) |
void |
addEventListener(StringTypes.abort type,
Function<UIEvent,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.complete type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.complete type,
Function<Event,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener,
Boolean useCapture) |
IDBObjectStore |
objectStore(String name) |
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public IDBDatabase db
public DOMError error
public String mode
public String READ_ONLY
public String READ_WRITE
public String VERSION_CHANGE
public static IDBTransaction prototype
public void abort()
public IDBObjectStore objectStore(String name)
public void addEventListener(StringTypes.abort type, Function<UIEvent,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.complete type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener, Boolean useCapture)
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(StringTypes.abort type, Function<UIEvent,Object> listener)
public void addEventListener(StringTypes.complete type, Function<Event,Object> listener)
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener)
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget