Lines Matching refs:zCols
107405 const char *zCols;
107446 "CREATE TABLE %Q.%s(%s)", pDb->zDbSName, zTab, aTable[i].zCols
166672 char *zCols; /* List of user defined columns */
166679 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
166680 for(i=1; zCols && i<p->nColumn; i++){
166681 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
166687 zCols, p->zName, zLanguageid
166689 if( !zCols || !zSql ){
166696 sqlite3_free(zCols);
196994 char *zCols = 0; /* Used to build up list of table cols */
197022 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma,
197029 zCols = rbuMPrintf(p, "%z, id INTEGER", zCols);
197035 zCols, zPk