Searched refs:NC_IsCheck (Results 1 – 1 of 1) sorted by relevance
19425 #define NC_IsCheck 0x000004 /* True if resolving a CHECK constraint */ macro33290 if( pExpr->op2==NC_IsCheck ) zOp2 = "NC_IsCheck"; in sqlite3TreeViewExpr()90224 if( pOp->p5 & NC_IsCheck ){107040 testcase( pNC->ncFlags & NC_IsCheck );107041 if( (pNC->ncFlags & (NC_PartIdx|NC_IsCheck))!=0 ){107646 else if( pNC->ncFlags & NC_IsCheck ) zIn = "CHECK constraints";107656 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \108080 testcase( pNC->ncFlags & NC_IsCheck );108100 testcase( pNC->ncFlags & NC_IsCheck );108987 assert( type==NC_IsCheck || type==NC_PartIdx || type==NC_IdxExpr[all …]