Searched refs:EP_VarSelect (Results 1 – 2 of 2) sorted by relevance
18036 #define EP_VarSelect 0x000020 /* pSelect is correlated, not constant */ macro98582 ExprSetProperty(pExpr, EP_VarSelect);101852 if( ExprHasProperty(pX, EP_VarSelect) ) return 0; /* Correlated subq */102332 if( !ExprHasProperty(pExpr, EP_VarSelect) && pParse->iSelfTab==0 ){102521 if( !ExprHasProperty(pExpr, EP_VarSelect) ){144730 if( ExprHasProperty(p, EP_VarSelect) ) pMaskSet->bVarSelect = 1;
10341 #define EP_VarSelect 0x0020 /* pSelect is correlated, not constant */ macro72394 ExprSetProperty(pExpr, EP_VarSelect);74613 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){