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