| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction.Mode |
Transaction.getMode()
Retrieve the trnasction mode
|
static Transaction.Mode |
Transaction.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Mode[] |
Transaction.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WSQLTransaction.addRequest(WSQLTransaction.RequestOperation operation,
Transaction.Mode[] supportedMode) |
protected Transaction |
WSQLAbstractDatabase.createTransaction(String[] storeNames,
Transaction.Mode mode) |
protected Transaction |
IDXAbstractDatabase.createTransaction(String[] storeNames,
Transaction.Mode mode) |
protected abstract Transaction |
AbstractDatabase.createTransaction(String[] storeNames,
Transaction.Mode mode) |
Transaction |
Database.getTransaction(String[] storeNames,
Transaction.Mode mode)
Create a new transaction targeting the given objectStores.
|
Transaction |
AbstractDatabase.getTransaction(String[] storeNames,
Transaction.Mode mode) |
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) |
| Constructor and Description |
|---|
IDXTransaction(IDXAbstractDatabase db,
String[] storeNames,
Transaction.Mode mode) |
Transaction(AbstractDatabase db,
String[] storeNames,
Transaction.Mode mode) |
WSQLTransaction(WSQLAbstractDatabase db,
String[] storeNames,
Transaction.Mode mode) |
Copyright © 2015. All rights reserved.