Home
last modified time | relevance | path

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

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