Home
last modified time | relevance | path

Searched refs:zCollName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c163368 const char *zCollName; /* Required collating sequence, if not NULL */ member
168985 if( pScan->zCollName && (pTerm->eOperator & WO_ISNULL)==0 ){
168986 const char *zCollName; local
168991 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];