Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20140 #define EP_Subquery 0x400000 /* Tree contains a TK_SELECT operator */ macro
20154 #define EP_Propagate (EP_Collate|EP_Subquery|EP_HasFunc)
113894 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
114547 || ExprHasProperty(p->pLeft, EP_Subquery) );
114559 || ExprHasProperty(p->pLeft, EP_Subquery) );
115219 if( ExprHasProperty(pExpr->pLeft, EP_Subquery)
115220 && !ExprHasProperty(pExpr->pRight, EP_Subquery)
115275 if( ExprHasProperty(pExpr->pRight, EP_Subquery)
117736 if( ExprHasProperty(pExpr->pRight, EP_Subquery) ){
118020 if( ExprHasProperty(pExpr, EP_Subquery) && p5!=SQLITE_NULLEQ ){
[all …]