Uses of Class
org.cruxframework.crux.core.client.db.websql.SQLTransaction

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

Uses of SQLTransaction in org.cruxframework.crux.core.client.db
 

Methods in org.cruxframework.crux.core.client.db with parameters of type SQLTransaction
protected  void WSQLAbstractDatabase.createFileStore(SQLTransaction tx)
           
 void WSQLAbstractObjectStore.createTable(SQLTransaction tx, DatabaseCallback callback)
           
protected  void WSQLAbstractDatabase.deleteDBTables(SQLTransaction tx, DatabaseCallback callback, SQLTransaction.SQLStatementErrorCallback errorCallback, boolean removeSystemTables)
           
abstract  void WSQLTransaction.RequestOperation.doOperation(SQLTransaction tx)
           
protected  void WSQLAbstractObjectStore.insertObject(SQLTransaction tx, DatabaseWriteCallback<K> callback, K key, com.google.gwt.json.client.JSONObject encoded)
           
protected  void WSQLAbstractObjectStore.insertObject(V object, SQLTransaction tx, DatabaseWriteCallback<K> callback, K key)
           
 void WSQLTransaction.onTransaction(SQLTransaction tx)
           
protected  void WSQLAbstractObjectStore.runDatabaseSQL(DatabaseCallback callback, SQLTransaction tx, com.google.gwt.core.client.JsArrayMixed args, String sqlStatement)
           
protected  void WSQLAbstractObjectStore.runDeleteSQL(DatabaseDeleteCallback callback, SQLTransaction tx, com.google.gwt.core.client.JsArrayMixed args, String sqlStatement)
           
protected  void WSQLAbstractObjectStore.runInsertQL(DatabaseWriteCallback<K> callback, SQLTransaction tx, com.google.gwt.core.client.JsArrayMixed args, String sqlStatement, K key)
           
protected  void WSQLAbstractObjectStore.runSelectSQL(DatabaseRetrieveCallback<V> callback, SQLTransaction tx, com.google.gwt.core.client.JsArrayMixed args, String sqlStatement, K key)
           
protected  void WSQLAbstractObjectStore.runUpdateSQL(DatabaseWriteCallback<K> callback, SQLTransaction tx, com.google.gwt.core.client.JsArrayMixed args, String sqlStatement, K key, com.google.gwt.json.client.JSONObject encodedObject)
           
protected abstract  void WSQLAbstractDatabase.updateDatabaseStructure(SQLTransaction tx, DatabaseCallback callback)
           
protected  void WSQLAbstractObjectStore.updateObject(V object, SQLTransaction tx, DatabaseWriteCallback<K> callback, K key)
           
 

Uses of SQLTransaction in org.cruxframework.crux.core.client.db.websql
 

Methods in org.cruxframework.crux.core.client.db.websql with parameters of type SQLTransaction
 boolean SQLTransaction.SQLStatementErrorCallback.onError(SQLTransaction tx, SQLError error)
          Return true if the transaction must be rolled back
 void SQLTransaction.SQLStatementCallback.onSuccess(SQLTransaction tx, SQLResultSet rs)
           
 void SQLDatabase.SQLTransactionCallback.onTransaction(SQLTransaction tx)
           
 



Copyright © 2014. All rights reserved.