Lines Matching refs:iColumn
3059 switch( pConstraint->iColumn ){ in fsdirBestIndex()
3603 switch( pConstraint->iColumn ){ in completionBestIndex()
5849 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue; in seriesBestIndex()
5850 iCol = pConstraint->iColumn - SERIES_COLUMN_START; in seriesBestIndex()
8054 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue; in zipfileBestIndex()
9721 && pCons->iColumn>=0 in expertBestIndex()
9722 && p->pTab->aCol[pCons->iColumn].iPk==0 in expertBestIndex()
9729 pNew->iCol = pCons->iColumn; in expertBestIndex()
9746 int iCol = pIdxInfo->aOrderBy[i].iColumn; in expertBestIndex()
11488 if( p->iColumn==colSchema ){ in dbdataBestIndex()
11492 if( p->iColumn==DBDATA_COLUMN_PGNO && p->usable ){ in dbdataBestIndex()
11509 int iCol = pIdx->aOrderBy[0].iColumn; in dbdataBestIndex()
11513 pIdx->orderByConsumed = (pIdx->aOrderBy[1].iColumn==1); in dbdataBestIndex()