Home | History | Annotate | Download | only in src

Lines Matching refs:iLeft

239   int iLeft,                      /* Index of first table to join in pSrc */
251 assert( iLeft<iRight );
253 assert( pSrc->a[iLeft].pTab );
256 pE1 = sqlite3CreateColumnExpr(db, pSrc, iLeft, iColLeft);
348 int iLeft; /* Matching left table */
352 if( tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &iLeftCol) ){
353 addWhereTerm(pParse, pSrc, iLeft, iLeftCol, i+1, j,
387 int iLeft; /* Table on the left with matching column name */
394 || !tableAndColumnIndex(pSrc, i+1, zName, &iLeft, &iLeftCol)
400 addWhereTerm(pParse, pSrc, iLeft, iLeftCol, i+1, iRightCol,