Searched refs:joinType (Results 1 – 2 of 2) sorted by relevance
1825 u32 joinType; in sqlite3WhereTabFuncArgs() local1843 joinType = EP_OuterON; in sqlite3WhereTabFuncArgs()1845 joinType = EP_InnerON; in sqlite3WhereTabFuncArgs()1847 sqlite3SetJoinExpr(pTerm, pItem->iCursor, joinType); in sqlite3WhereTabFuncArgs()
497 u32 joinType; in sqlite3ProcessJoin() local500 joinType = (pRight->fg.jointype & JT_OUTER)!=0 ? EP_OuterON : EP_InnerON; in sqlite3ProcessJoin()605 ExprSetProperty(pEq, joinType); in sqlite3ProcessJoin()618 sqlite3SetJoinExpr(pRight->u3.pOn, pRight->iCursor, joinType); in sqlite3ProcessJoin()