Searched refs:zCollName (Results 1 – 1 of 1) sorted by relevance
163368 const char *zCollName; /* Required collating sequence, if not NULL */ member168985 if( pScan->zCollName && (pTerm->eOperator & WO_ISNULL)==0 ){168986 const char *zCollName; local168991 zCollName = indexInAffinityOk(pParse, pTerm, pScan->idxaff);168992 if( !zCollName ) continue;169000 zCollName = pColl ? pColl->zName : sqlite3StrBINARY;169003 if( sqlite3StrICmp(zCollName, pScan->zCollName) ){169087 pScan->zCollName = 0;169100 pScan->zCollName = pIdx->azColl[j];169103 pScan->zCollName = pIdx->azColl[j];