Searched refs:OE_Abort (Results 1 – 5 of 5) sorted by relevance
664 onError = OE_Abort; in sqliteGenerateConstraintChecks()667 onError = OE_Abort; in sqliteGenerateConstraintChecks()673 case OE_Abort: in sqliteGenerateConstraintChecks()712 onError = OE_Abort; in sqliteGenerateConstraintChecks()724 onError = OE_Abort; in sqliteGenerateConstraintChecks()728 case OE_Abort: in sqliteGenerateConstraintChecks()789 onError = OE_Abort; in sqliteGenerateConstraintChecks()793 else if( onError==OE_Fail ) onError = OE_Abort; in sqliteGenerateConstraintChecks()804 case OE_Abort: in sqliteGenerateConstraintChecks()
263 resolvetype(A) ::= ABORT. { A = OE_Abort; }738 if( U==OE_Default) U = OE_Abort;743 uniqueflag(A) ::= UNIQUE. { A = OE_Abort; }872 A->iColumn = OE_Abort;
642 p->errorAction = OE_Abort; in sqliteVdbeMakeReady()858 case OE_Abort: { in sqliteVdbeReset()
584 #define OE_Abort 2 /* Back out changes but do no rollback transaction */ macro
1250 pExpr->iColumn == OE_Abort || in sqliteExprCode()