Searched refs:OE_Rollback (Results 1 – 5 of 5) sorted by relevance
669 case OE_Rollback: in sqliteGenerateConstraintChecks()724 case OE_Rollback: in sqliteGenerateConstraintChecks()800 case OE_Rollback: in sqliteGenerateConstraintChecks()
580 #define OE_Rollback 1 /* Fail the operation and rollback the transaction */ macro
260 resolvetype(A) ::= ROLLBACK. { A = OE_Rollback; }865 A->iColumn = OE_Rollback;
866 case OE_Rollback: { in sqliteVdbeReset()
1249 if( pExpr->iColumn == OE_Rollback || in sqliteExprCode()