Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OE_None

9729 #define OE_None     0   /* There is no constraint to check */
9809 ** must be unique and what to do if they are not. When Index.onError=OE_None,
9822 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
72225 && (!mustBeUnique || (pIdx->nColumn==1 && pIdx->onError!=OE_None))
79189 if( pIndex->onError!=OE_None ){
79238 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
79543 assert( pIdx->onError!=OE_None );
79545 assert( pIndex->onError!=OE_None );
79634 onError==OE_None ? "" : " UNIQUE",
79733 if( pIdx->onError!=OE_None ){
83518 if( pIdx->nColumn==nCol && pIdx->onError!=OE_None ){
84105 ** using OE_None). NO ACTION is the default. */
84239 int action; /* One of OE_None, OE_Cascade etc. */
84246 if( action!=OE_None && !pTrigger ){
85657 if( onError==OE_None ) continue;
85819 if( onError==OE_None ){
86205 if( pDestIdx->onError!=OE_None ){
87791 assert( action==OE_None ); break;
88479 sqlite3VdbeAddOp2(v, OP_Integer, pIdx->onError!=OE_None, 3);
99186 if( pIdx->onError!=OE_None && i==pIdx->nColumn
100538 }else if( pProbe->onError!=OE_None ){
104909 { yygotominor.yy4 = OE_None*0x0101; /* EV: R-19803-45884 */}
104937 { yygotominor.yy4 = OE_None; /* EV: R-33326-45252 */}
105542 {yygotominor.yy4 = OE_None;}