Lines Matching defs:zComma
210855 const char *zComma = "";
210884 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma,
210887 zPk = rbuMPrintf(p, "%z%sc%d%s", zPk, zComma, iCid, bDesc?" DESC":"");
210888 zComma = ", ";
210926 const char *zComma = "";
210946 zSql, zComma, zCol, pIter->azTblType[iCol], zPk, zColl,
210949 zComma = ", ";