Searched refs:pCols (Results 1 – 1 of 1) sorted by relevance
20827 ExprList *pCols; /* List of explicit column names, or NULL */ member33309 if( pCte->pCols && pCte->pCols->nExpr>0 ){ in sqlite3TreeViewWith()33312 for(j=0; j<pCte->pCols->nExpr; j++){ in sqlite3TreeViewWith()33313 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith()112097 pRet->a[i].pCols = sqlite3ExprListDup(db, p->a[i].pCols, 0);118618 sqlite3RenameExprlistUnmap(pParse, pWith->a[i].pCols);128703 pNew->pCols = pArglist;128716 sqlite3ExprListDelete(db, pCte->pCols);150751 if( pCte->pCols ){150752 if( pEList && pEList->nExpr!=pCte->pCols->nExpr ){[all …]