Lines Matching refs:zCols
110402 const char *zCols;
110443 "CREATE TABLE %Q.%s(%s)", pDb->zDbSName, zTab, aTable[i].zCols
173272 char *zCols; /* List of user defined columns */
173279 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
173280 for(i=1; zCols && i<p->nColumn; i++){
173281 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
173287 zCols, p->zName, zLanguageid
173289 if( !zCols || !zSql ){
173296 sqlite3_free(zCols);
203827 char *zCols = 0; /* Used to build up list of table cols */
203855 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma,
203862 zCols = rbuMPrintf(p, "%z, id INTEGER", zCols);
203868 zCols, zPk