Uses of Class
org.cruxframework.crux.core.client.db.Transaction.Mode

Packages that use Transaction.Mode
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
 

Uses of Transaction.Mode in org.cruxframework.crux.core.client.db
 

Methods in org.cruxframework.crux.core.client.db that return Transaction.Mode
 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.
 

Methods in org.cruxframework.crux.core.client.db with parameters of type Transaction.Mode
 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)
           
 

Constructors in org.cruxframework.crux.core.client.db with parameters of type Transaction.Mode
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 © 2014. All rights reserved.