Searched refs:zCollName (Results 1 – 1 of 1) sorted by relevance
163618 const char *zCollName; /* Required collating sequence, if not NULL */ member169239 if( pScan->zCollName && (pTerm->eOperator & WO_ISNULL)==0 ){169240 const char *zCollName; local169245 zCollName = indexInAffinityOk(pParse, pTerm, pScan->idxaff);169246 if( !zCollName ) continue;169254 zCollName = pColl ? pColl->zName : sqlite3StrBINARY;169257 if( sqlite3StrICmp(zCollName, pScan->zCollName) ){169341 pScan->zCollName = 0;169354 pScan->zCollName = pIdx->azColl[j];169357 pScan->zCollName = pIdx->azColl[j];