Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149299 u32 joinType; local
149302 joinType = (pRight->fg.jointype & JT_OUTER)!=0 ? EP_OuterON : EP_InnerON;
149415 ExprSetProperty(pEq, joinType);
149428 sqlite3SetJoinExpr(pRight->u3.pOn, pRight->iCursor, joinType);
149435 if( IsVirtual(pRightTab) && joinType==EP_OuterON && pRight->u1.pFuncArg ){
168559 u32 joinType; local
168579 joinType = EP_OuterON;
168582 joinType = EP_InnerON;
168584 sqlite3SetJoinExpr(pTerm, pItem->iCursor, joinType);