Lines Matching refs:NC_IdxExpr
16584 #define NC_IdxExpr 0x0020 /* True if resolving columns of CREATE INDEX */
91512 && (pNC->ncFlags & NC_IdxExpr)==0
91687 NC_IdxExpr))==0 );
91690 if( pNC->ncFlags & NC_IdxExpr ) zIn = "index expressions";
91784 notValid(pParse, pNC, "the \".\" operator", NC_IdxExpr);
91874 NC_IdxExpr|NC_PartIdx);
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 );
104778 sqlite3ResolveSelfReference(pParse, pTab, NC_IdxExpr, pListItem->pExpr, 0);