Searched refs:apColl (Results 1 – 1 of 1) sorted by relevance
151511 CollSeq **apColl; /* For looping through pKeyInfo->aColl[] */ local151518 for(i=0, apColl=pKeyInfo->aColl; i<nCol; i++, apColl++){151519 *apColl = multiSelectCollSeq(pParse, p, i);151520 if( 0==*apColl ){151521 *apColl = pParse->db->pDfltColl;