Home | History | Annotate | Download | only in orig

Lines Matching refs:NC_IsCheck

16581 #define NC_IsCheck   0x0004  /* True if resolving names in a CHECK constraint */
91366 testcase( pNC->ncFlags & NC_IsCheck );
91367 if( (pNC->ncFlags & (NC_PartIdx|NC_IsCheck))!=0 ){
91687 assert( (validMask&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr))==0 );
91692 else if( pNC->ncFlags & NC_IsCheck ) zIn = "CHECK constraints";
91925 notValid(pParse, pNC, "subqueries", NC_IsCheck|NC_PartIdx|NC_IdxExpr);
91936 notValid(pParse, pNC, "parameters", NC_IsCheck|NC_PartIdx|NC_IdxExpr);
92665 int type, /* NC_IsCheck or NC_PartIdx or NC_IdxExpr */
92672 assert( type==NC_IsCheck || type==NC_PartIdx || type==NC_IdxExpr );
103514 sqlite3ResolveSelfReference(pParse, p, NC_IsCheck, 0, p->pCheck);