Searched defs:jointype (Results 1 - 2 of 2) 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 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

Completed in 60 milliseconds