Lines Matching refs:iColumn
6863 if( pConstraint->iColumn<SERIES_COLUMN_START ){ in seriesBestIndex()
6864 if( (pConstraint->iColumn==SERIES_COLUMN_VALUE || in seriesBestIndex()
6865 pConstraint->iColumn==SERIES_COLUMN_ROWID) in seriesBestIndex()
6918 iCol = pConstraint->iColumn - SERIES_COLUMN_START; in seriesBestIndex()
6969 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){ in seriesBestIndex()
8893 switch( pConstraint->iColumn ){ in fsdirBestIndex()
9443 switch( pConstraint->iColumn ){ in completionBestIndex()
11545 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue; in zipfileBestIndex()
13232 && pCons->iColumn>=0 in expertBestIndex()
13233 && p->pTab->aCol[pCons->iColumn].iPk==0 in expertBestIndex()
13240 pNew->iCol = pCons->iColumn; in expertBestIndex()
13257 int iCol = pIdxInfo->aOrderBy[i].iColumn; in expertBestIndex()
17937 if( p->iColumn==colSchema ){ in dbdataBestIndex()
17941 if( p->iColumn==DBDATA_COLUMN_PGNO && p->usable ){ in dbdataBestIndex()
17958 int iCol = pIdx->aOrderBy[0].iColumn; in dbdataBestIndex()
17962 pIdx->orderByConsumed = (pIdx->aOrderBy[1].iColumn==1); in dbdataBestIndex()