Lines Matching defs:bQuote
112930 int bQuote; /* True to quote the new name */
112976 bQuote = sqlite3Isquote(pNew->z[0]);
112983 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1,
112991 zDb, pTab->zName, iCol, zNew, bQuote
113499 ** by the linked list pRename with the text of zNew. If argument bQuote is
113511 int bQuote /* True to always quote token */
113526 ** ALTER TABLE statement was quoted (bQuote==1), then set zNew to
113560 if( bQuote==0 && sqlite3IsIdChar(*pBest->t.z) ){
113775 ** 7. bQuote: Non-zero if the new column name should be quoted.
113780 ** into zNew. The name should be quoted if bQuote is true.
113799 int bQuote = sqlite3_value_int(argv[7]);
113930 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote);
114028 int bQuote = 1;
114141 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);