Uses of Interface
org.cruxframework.crux.core.client.db.websql.SQLTransaction.SQLStatementErrorCallback

Packages that use SQLTransaction.SQLStatementErrorCallback
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.SQLStatementErrorCallback in org.cruxframework.crux.core.client.db
 

Methods in org.cruxframework.crux.core.client.db that return SQLTransaction.SQLStatementErrorCallback
protected  SQLTransaction.SQLStatementErrorCallback WSQLAbstractDatabase.getDeleteErrorHandler(DatabaseCallback callback)
           
protected  SQLTransaction.SQLStatementErrorCallback WSQLCursor.getErrorHandler(Callback callback)
           
protected  SQLTransaction.SQLStatementErrorCallback WSQLAbstractObjectStore.getErrorHandler(Callback callback)
           
 

Methods in org.cruxframework.crux.core.client.db with parameters of type SQLTransaction.SQLStatementErrorCallback
protected  void WSQLAbstractDatabase.deleteDBTables(DatabaseCallback callback, SQLTransaction.SQLStatementErrorCallback errorCallback)
           
protected  void WSQLAbstractDatabase.deleteDBTables(SQLTransaction tx, DatabaseCallback callback, SQLTransaction.SQLStatementErrorCallback errorCallback, boolean removeSystemTables)
           
protected  void WSQLAbstractDatabase.deleteFromDbVersions(DatabaseCallback callback, SQLTransaction.SQLStatementErrorCallback errorCallback)
           
protected  void WSQLAbstractDatabase.doDelete(DatabaseCallback callback, SQLTransaction.SQLStatementErrorCallback errorCallback)
           
 

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

Methods in org.cruxframework.crux.core.client.db.websql with parameters of type SQLTransaction.SQLStatementErrorCallback
 void SQLTransaction.executeSQL(String sqlStatement, com.google.gwt.core.client.JsArrayMixed args, SQLTransaction.SQLStatementCallback stmtCallback, SQLTransaction.SQLStatementErrorCallback errorCallback)
           
 



Copyright © 2014. All rights reserved.