Searched defs:iFrom (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c1629 ** The subquery is p->pSrc->a[iFrom]. isAgg is true if the outer query
1641 int iFrom, /* Index in p->pSrc->a[] of the inner subquery */
1657 assert( pSrc && iFrom>=0 && iFrom<pSrc->nSrc );
1658 pSub = pSrc->a[iFrom].pSelect;
1683 if( pSubSrc->nSrc>1 && iFrom>0 && (pSrc->a[iFrom-1].jointype & JT_OUTER)!=0 ){
1700 if( iFrom>0 && (pSrc->a[iFrom-1].jointype & JT_OUTER)!=0
1706 ** iFrom
1638 flattenSubquery( Parse *pParse, Select *p, int iFrom, int isAgg, int subqueryIsAgg ) argument
[all...]
H A DsqliteInt.h548 int iFrom; /* Index of column in pFrom */ member in struct:FKey::sColMap

Completed in 53 milliseconds