Lines Matching refs:iColumn
2988 switch( pConstraint->iColumn ){ in fsdirBestIndex()
3524 switch( pConstraint->iColumn ){ in completionBestIndex()
5688 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue; in zipfileBestIndex()
7333 && pCons->iColumn>=0 in expertBestIndex()
7334 && p->pTab->aCol[pCons->iColumn].iPk==0 in expertBestIndex()
7341 pNew->iCol = pCons->iColumn; in expertBestIndex()
7358 int iCol = pIdxInfo->aOrderBy[i].iColumn; in expertBestIndex()
9048 if( p->iColumn==colSchema ){ in dbdataBestIndex()
9052 if( p->iColumn==DBDATA_COLUMN_PGNO && p->usable ){ in dbdataBestIndex()
9069 int iCol = pIdx->aOrderBy[0].iColumn; in dbdataBestIndex()
9073 pIdx->orderByConsumed = (pIdx->aOrderBy[1].iColumn==1); in dbdataBestIndex()