Searched refs:apColl (Results 1 – 1 of 1) sorted by relevance
3106 CollSeq **apColl; /* For looping through pKeyInfo->aColl[] */ in multiSelect() local3117 for(i=0, apColl=pKeyInfo->aColl; i<nCol; i++, apColl++){ in multiSelect()3118 *apColl = multiSelectCollSeq(pParse, p, i); in multiSelect()3119 if( 0==*apColl ){ in multiSelect()3120 *apColl = db->pDfltColl; in multiSelect()