Searched refs:OE_Rollback (Results 1 – 5 of 5) sorted by relevance
672 case OE_Rollback: in sqliteGenerateConstraintChecks()727 case OE_Rollback: in sqliteGenerateConstraintChecks()803 case OE_Rollback: in sqliteGenerateConstraintChecks()
583 #define OE_Rollback 1 /* Fail the operation and rollback the transaction */ macro
262 resolvetype(A) ::= ROLLBACK. { A = OE_Rollback; }867 A->iColumn = OE_Rollback;
869 case OE_Rollback: { in sqliteVdbeReset()
1249 if( pExpr->iColumn == OE_Rollback || in sqliteExprCode()