Searched refs:EP_FromJoin (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h705 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */ macro
H A Dwhere.c301 if( pLevel->iLeftJoin==0 || ExprHasProperty(pExpr, EP_FromJoin) ){
1146 if( pLevel->iLeftJoin && !ExprHasProperty(aExpr[j].p,EP_FromJoin) ){
H A Dselect.c177 ExprSetProperty(pE, EP_FromJoin);
186 ** Set the EP_FromJoin property on all terms of the given expression.
188 ** The EP_FromJoin property is used on terms of an expression to tell
197 ExprSetProperty(p, EP_FromJoin);

Completed in 27 milliseconds