Home | History | Annotate | Download | only in dist

Lines Matching refs:EP_FromJoin

9798   i16 iRightJoinTable;   /* If EP_FromJoin, the right table of the join */
9811 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */
69493 assert( !ExprHasProperty(p, EP_FromJoin) );
69924 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
88108 ExprSetProperty(pEq, EP_FromJoin);
88117 ** Set the EP_FromJoin property on all terms of the given expression.
88121 ** The EP_FromJoin property is used on terms of an expression to tell
88144 ExprSetProperty(p, EP_FromJoin);
96280 pDerived->flags |= pBase->flags & EP_FromJoin;
96652 if( ExprHasProperty(pExpr, EP_FromJoin) ){
98429 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))
99424 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){