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

Enclosing class:
SQLTransaction

public static interface SQLTransaction.SQLStatementErrorCallback


Method Summary
 boolean onError(SQLTransaction tx, SQLError error)
          Return true if the transaction must be rolled back
 

Method Detail

onError

boolean onError(SQLTransaction tx,
                SQLError error)
Return true if the transaction must be rolled back

Parameters:
tx -
error -
Returns:


Copyright © 2014. All rights reserved.