Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c1825 u32 joinType; in sqlite3WhereTabFuncArgs() local
1843 joinType = EP_OuterON; in sqlite3WhereTabFuncArgs()
1845 joinType = EP_InnerON; in sqlite3WhereTabFuncArgs()
1847 sqlite3SetJoinExpr(pTerm, pItem->iCursor, joinType); in sqlite3WhereTabFuncArgs()
H A Dselect.c497 u32 joinType; in sqlite3ProcessJoin() local
500 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()