Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c77806 if( strcmp(zColl, "BINARY")==0 ) zColl = "B";
97041 const char *zColl = p->y.pTab->aCol[j].zColl;
108316 p->aCol[i].zColl = zColl;
110206 zColl = 0;
110217 zColl = pTab->aCol[j].zColl;
110219 if( !zColl ) zColl = sqlite3StrBINARY;
111315 if( zColl==0 || collationMatch(zColl, pIndex) ){
111383 char *zColl;
115501 zColl = pCol->zColl;
115502 if( zColl==0 ) zColl = db->pDfltColl->zName;
[all …]

Completed in 3891 milliseconds