| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Field and Description |
|---|---|
protected Transaction.TransactionCallback |
Transaction.transactionCallback |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Database.getTransaction(String[] storeNames,
Transaction.Mode mode,
Transaction.TransactionCallback callback)
Create a new transaction targeting the given objectStores.
|
Transaction |
AbstractDatabase.getTransaction(String[] storeNames,
Transaction.Mode mode,
Transaction.TransactionCallback callback) |
void |
Transaction.setTransactionCallback(Transaction.TransactionCallback callback)
Inform a callback to monitor the current transaction state changes.
|
Copyright © 2015. All rights reserved.