Searched refs:zColl (Results 1 – 1 of 1) sorted by relevance
10598 char *zColl; /* Collating sequence. If NULL, use the default */ member62338 const char *zColl = pColl ? pColl->zName : "nil";62339 int n = sqlite3Strlen30(zColl);62340 if( n==6 && memcmp(zColl,"BINARY",6)==0 ){62341 zColl = "B";62352 memcpy(&zTemp[i], zColl, n+1);76571 const char *zColl = p->pTab->aCol[j].zColl;76572 pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0);81526 pCol->zColl = 0;84667 sqlite3DbFree(db, pCol->zColl);[all …]