public class IDBTransaction extends IDBClass
| Modifier and Type | Class and Description |
|---|---|
static class |
IDBTransaction.IDBTransactionMode |
| Modifier | Constructor and Description |
|---|---|
protected |
IDBTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
IDBDatabase |
getDb() |
IDBTransaction.IDBTransactionMode |
getMode() |
IDBObjectStore |
getObjectStore(String name) |
void |
onAbort(IDBAbortEvent.Handler handler) |
void |
onComplete(IDBCompleteEvent.Handler handler) |
public final IDBDatabase getDb()
public final IDBObjectStore getObjectStore(String name)
public final IDBTransaction.IDBTransactionMode getMode()
public final void abort()
public final void onAbort(IDBAbortEvent.Handler handler)
public final void onComplete(IDBCompleteEvent.Handler handler)
Copyright © 2015. All rights reserved.