Lines Matching defs:zCols
114781 const char *zCols;
114822 "CREATE TABLE %Q.%s(%s)", pDb->zDbSName, zTab, aTable[i].zCols
180279 char *zCols; /* List of user defined columns */
180286 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
180287 for(i=1; zCols && i<p->nColumn; i++){
180288 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
180294 zCols, p->zName, zLanguageid
180296 if( !zCols || !zSql ){
180303 sqlite3_free(zCols);
210856 char *zCols = 0; /* Used to build up list of table cols */
210884 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma,
210891 zCols = rbuMPrintf(p, "%z, id INTEGER", zCols);
210897 zCols, zPk