Lines Matching defs:OE_Replace
10293 #define OE_Replace 5 /* Delete existing record, then do INSERT or UPDATE */
10383 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
70977 || pOp->p5==OE_Abort || pOp->p5==OE_Ignore || pOp->p5==OE_Replace
71006 p->errorAction = ((pOp->p5==OE_Replace) ? OE_Abort : pOp->p5);
83700 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
84137 ** sure all indices labeled OE_Replace come after all those labeled
84143 if( onError!=OE_Replace || pTab->pIndex==0
84144 || pTab->pIndex->onError==OE_Replace){
84149 while( pOther->pNext && pOther->pNext->onError!=OE_Replace ){
90180 if( onError==OE_Replace && pTab->aCol[i].pDflt==0 ){
90184 || onError==OE_Ignore || onError==OE_Replace );
90203 assert( onError==OE_Replace );
90223 if( onError==OE_Replace ) onError = OE_Abort; /* IMP: R-15569-63625 */
90258 case OE_Replace: {
90288 pParse, pTab, baseCur, regRowid, 0, pTrigger, OE_Replace
90346 if( onError==OE_Ignore ) onError = OE_Replace;
90360 || onError==OE_Ignore || onError==OE_Replace );
90393 OE_Replace );
90399 pParse, pTab, baseCur, regR, 0, pTrigger, OE_Replace
99750 u8 orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
100136 case OE_Replace: return "replace";
100823 if( onError==OE_Replace ){
100828 if( pIdx->onError==OE_Replace ){
102527 assert( OE_Ignore==4 && OE_Replace==5 );
105491 sPk.onError = OE_Replace;
110179 {yygotominor.yy392 = OE_Replace;}
110422 {yygotominor.yy258 = OE_Replace;}