Searched refs:OE_None (Results 1 – 6 of 6) sorted by relevance
1170 if( p->aAction[1]!=OE_None ) return 2; in sqlite3FkRequired()1225 if( action!=OE_None && !pTrigger ){ in fkActionTrigger()
1621 assert( pIdx->nKeyCol==1 && pIdx->onError!=OE_None ); in sqlite3AddNotNull()2349 && (pTab->aCol[i].notNull==OE_None) in convertToWithoutRowidTable()2685 && pCol->notNull == OE_None in sqlite3EndTable()4141 pIndex->uniqNotNull = onError!=OE_None; in sqlite3CreateIndex()4413 onError==OE_None ? "" : " UNIQUE", n, pName->z); in sqlite3CreateIndex()
408 refargs(A) ::= . { A = OE_None*0x0101; /* EV: R-19803-45884 */} in refargs()420 refact(A) ::= NO ACTION. { A = OE_None; /* EV: R-33326-45252 */}1414 uniqueflag(A) ::= . {A = OE_None;}
1742 if( onError==OE_None ) continue; /* No NOT NULL on this column */ in sqlite3GenerateConstraintChecks()2237 if( onError==OE_None ){ in sqlite3GenerateConstraintChecks()
2470 #define OE_None 0 /* There is no constraint to check */ macro2659 #define IsUniqueIndex(X) ((X)->onError!=OE_None)
249 assert( action==OE_None ); break; in actionName()