Home
last modified time | relevance | path

Searched refs:bQuote (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dalter.c604 int bQuote; /* True to quote the new name */ in sqlite3AlterRenameColumn() local
650 bQuote = sqlite3Isquote(pNew->z[0]); in sqlite3AlterRenameColumn()
657 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, in sqlite3AlterRenameColumn()
665 zDb, pTab->zName, iCol, zNew, bQuote in sqlite3AlterRenameColumn()
1185 int bQuote /* True to always quote token */ in renameEditSql() argument
1234 if( bQuote==0 && sqlite3IsIdChar(*pBest->t.z) ){ in renameEditSql()
1473 int bQuote = sqlite3_value_int(argv[7]); in renameColumnFunc() local
1604 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); in renameColumnFunc()
1702 int bQuote = 1; in renameTableFunc() local
1815 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote); in renameTableFunc()
H A Dshell.c.in1113 u8 bQuote; /* Quote results for .mode box and table */ member
3460 if( p->cmOpts.bQuote ){
3511 }else if( p->cmOpts.bQuote ){
8912 cmOpts.bQuote = 1;
8914 cmOpts.bQuote = 0;
8952 p->cmOpts.bQuote ? "" : "no");
10197 p->cmOpts.bQuote ? "" : "no");