Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dwhere.c301 if( pLevel->iLeftJoin==0 || ExprHasProperty(pExpr, EP_FromJoin) ){ in disableTerm()
1146 if( pLevel->iLeftJoin && !ExprHasProperty(aExpr[j].p,EP_FromJoin) ){ in sqliteWhereBegin()
H A DsqliteInt.h705 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */ macro
H A Dselect.c179 ExprSetProperty(pE, EP_FromJoin); in addWhereTerm()
199 ExprSetProperty(p, EP_FromJoin); in setJoinExpr()