Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:indexed_db
  3. Transaction class
Transaction
description

Transaction class

Inheritance
Annotations
  • @Unstable.new()
  • @Native.new("IDBTransaction")

Properties

completedFuture<Database>
Provides a Future which will be completed once the transaction hascompleted.
no setter
dbDatabase?
no setter
errorDomException?
no setter
hashCodeint
The hash code for this object.
no setterinherited
modeString?
no setter
objectStoreNamesList<String>?
no setter
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onAbortStream<Event>
Stream ofabort events handled by thisTransaction.
no setter
onCompleteStream<Event>
Stream ofcomplete events handled by thisTransaction.
no setter
onErrorStream<Event>
Stream oferror events handled by thisTransaction.
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

abort()→ void
addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
dispatchEvent(Eventevent)bool
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectStore(Stringname)ObjectStore
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

abortEvent→ constEventStreamProvider<Event>
Static factory designed to exposeabort events to eventhandlers that are not necessarily instances ofTransaction.
completeEvent→ constEventStreamProvider<Event>
Static factory designed to exposecomplete events to eventhandlers that are not necessarily instances ofTransaction.
errorEvent→ constEventStreamProvider<Event>
Static factory designed to exposeerror events to eventhandlers that are not necessarily instances ofTransaction.
  1. Dart
  2. dart:indexed_db
  3. Transaction class
dart:indexed_db library

[8]ページ先頭

©2009-2025 Movatter.jp