Searched refs:OE_Abort (Results 1 – 5 of 5) sorted by relevance
661 onError = OE_Abort; in sqliteGenerateConstraintChecks()664 onError = OE_Abort; in sqliteGenerateConstraintChecks()670 case OE_Abort: in sqliteGenerateConstraintChecks()709 onError = OE_Abort; in sqliteGenerateConstraintChecks()721 onError = OE_Abort; in sqliteGenerateConstraintChecks()725 case OE_Abort: in sqliteGenerateConstraintChecks()786 onError = OE_Abort; in sqliteGenerateConstraintChecks()790 else if( onError==OE_Fail ) onError = OE_Abort; in sqliteGenerateConstraintChecks()801 case OE_Abort: in sqliteGenerateConstraintChecks()
261 resolvetype(A) ::= ABORT. { A = OE_Abort; }736 if( U==OE_Default) U = OE_Abort;741 uniqueflag(A) ::= UNIQUE. { A = OE_Abort; }870 A->iColumn = OE_Abort;
639 p->errorAction = OE_Abort; in sqliteVdbeMakeReady()855 case OE_Abort: { in sqliteVdbeReset()
581 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
1250 pExpr->iColumn == OE_Abort || in sqliteExprCode()