Searched refs:pCols (Results 1 – 1 of 1) sorted by relevance
20285 ExprList *pCols; /* List of explicit column names, or NULL */ member32435 if( pCte->pCols && pCte->pCols->nExpr>0 ){ in sqlite3TreeViewWith()32438 for(j=0; j<pCte->pCols->nExpr; j++){ in sqlite3TreeViewWith()32439 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith()110122 pRet->a[i].pCols = sqlite3ExprListDup(db, p->a[i].pCols, 0);116262 sqlite3RenameExprlistUnmap(pParse, pWith->a[i].pCols);126228 pNew->pCols = pArglist;126241 sqlite3ExprListDelete(db, pCte->pCols);147584 if( pCte->pCols ){147585 if( pEList && pEList->nExpr!=pCte->pCols->nExpr ){[all …]