Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149520 u32 joinType; local
149523 joinType = (pRight->fg.jointype & JT_OUTER)!=0 ? EP_OuterON : EP_InnerON;
149636 ExprSetProperty(pEq, joinType);
149649 sqlite3SetJoinExpr(pRight->u3.pOn, pRight->iCursor, joinType);
149656 if( IsVirtual(pRightTab) && joinType==EP_OuterON && pRight->u1.pFuncArg ){
168813 u32 joinType; local
168833 joinType = EP_OuterON;
168836 joinType = EP_InnerON;
168838 sqlite3SetJoinExpr(pTerm, pItem->iCursor, joinType);