Searched refs:jointype (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c82 int jointype = 0; local
107 jointype |= keywords[j].code;
112 jointype |= JT_ERROR;
117 (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
118 (jointype & JT_ERROR)!=0
127 jointype = JT_INNER;
128 }else if( jointype & JT_RIGHT ){
131 jointype = JT_INNER;
133 return jointype;
223 if( pTerm->jointype
1718 int jointype = pSrc->a[iFrom].jointype; local
[all...]
H A Dexpr.c198 pNewItem->jointype = pOldItem->jointype;
H A DsqliteInt.h780 int jointype; /* Type of join between this table and the next */ member in struct:SrcList::SrcList_item
788 ** Permitted values of the SrcList.a.jointype field
H A Dwhere.c733 if( i>0 && (pTabList->a[i-1].jointype & JT_LEFT)!=0 ){
H A Dparse.y368 if( A && A->nSrc>0 ) A->a[A->nSrc-1].jointype = Y;

Completed in 50 milliseconds