Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:EP_FromJoin

10015   i16 iRightJoinTable;   /* If EP_FromJoin, the right table of the join */
10028 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */
71424 assert( !ExprHasProperty(p, EP_FromJoin) );
71857 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
90183 ExprSetProperty(pEq, EP_FromJoin);
90192 ** Set the EP_FromJoin property on all terms of the given expression.
90196 ** The EP_FromJoin property is used on terms of an expression to tell
90219 ExprSetProperty(p, EP_FromJoin);
98416 pDerived->flags |= pBase->flags & EP_FromJoin;
98788 if( ExprHasProperty(pExpr, EP_FromJoin) ){
100855 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))
101857 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){