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

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

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

Methods in org.cruxframework.crux.core.client.db with parameters of type SQLError
 void WSQLTransaction.onError(SQLError error)
           
 

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

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



Copyright © 2014. All rights reserved.