Searched refs:iFrom (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c1627 ** The subquery is p->pSrc->a[iFrom]. isAgg is true if the outer query
1639 int iFrom, /* Index in p->pSrc->a[] of the inner subquery */
1655 assert( pSrc && iFrom>=0 && iFrom<pSrc->nSrc );
1656 pSub = pSrc->a[iFrom].pSelect;
1681 if( pSubSrc->nSrc>1 && iFrom>0 && (pSrc->a[iFrom-1].jointype & JT_OUTER)!=0 ){
1698 if( iFrom>0 && (pSrc->a[iFrom-1].jointype & JT_OUTER)!=0
1704 ** iFrom
1636 flattenSubquery( Parse *pParse, Select *p, int iFrom, int isAgg, int subqueryIsAgg ) argument
[all...]
H A Dpragma.c476 pTab->aCol[pFK->aCol[j].iFrom].zName, 0);
H A DsqliteInt.h548 int iFrom; /* Index of column in pFrom */ member in struct:FKey::sColMap

Completed in 33 milliseconds