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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c84 int jointype = 0; local
109 jointype |= keywords[j].code;
114 jointype |= JT_ERROR;
119 (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
120 (jointype & JT_ERROR)!=0
129 jointype = JT_INNER;
130 }else if( jointype & JT_RIGHT ){
133 jointype = JT_INNER;
135 return jointype;
225 if( pTerm->jointype
1720 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 758 milliseconds