Home | History | Annotate | Download | only in dist

Lines Matching refs:EP_FromJoin

9146   i16 iRightJoinTable;   /* If EP_FromJoin, the right table of the join */
9159 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */
61181 assert( !ExprHasProperty(p, EP_FromJoin) );
61612 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
79490 ExprSetProperty(pEq, EP_FromJoin);
79499 ** Set the EP_FromJoin property on all terms of the given expression.
79503 ** The EP_FromJoin property is used on terms of an expression to tell
79526 ExprSetProperty(p, EP_FromJoin);
87501 pDerived->flags |= pBase->flags & EP_FromJoin;
87871 if( ExprHasProperty(pExpr, EP_FromJoin) ){
89322 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))
90140 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){