Lines Matching defs:quote

848 ** If the third argument, quote, is not '\0', then it is used as a
849 ** quote character for zAppend.
851 static void appendText(ShellText *p, const char *zAppend, char quote){
857 if( quote ){
860 if( zAppend[i]==quote ) len++;
870 if( quote ){
872 *zCsr++ = quote;
875 if( zAppend[i]==quote ) *zCsr++ = quote;
877 *zCsr++ = quote;
13360 ** this function is the output of built-in function quote(). If the first
13361 ** character of the input is "'", indicating that the value passed to quote()
13886 ** || quote(?1) || ', '
13887 ** || quote(?2) || ', '
13888 ** || quote(?3) || ')';
13935 "%z%sescape_crnl(quote(?%d))", zBind, zSqlSep, pTab->aCol[ii].iBind
15692 "quote",
17013 ** the name of the table given. Escape any quote characters in the
18624 /* Always quote the table name, even if it appears to be pure ascii,
18854 " qbox Shorthand for \"box --wrap 60 --quote\"",
18855 " quote Escape answers as for SQL",
18863 " --quote Quote output text as SQL literals",
18864 " --noquote Do not quote output text",
19337 ** using "..." with internal double-quote characters doubled.
19369 ** function quote(). If the first character of the input is "'",
19370 ** indicating that the value passed to quote() was a text value,
20707 " 'EXPLAIN QUERY PLAN SELECT 1 FROM ' || quote(s.name) || ' WHERE '"
20708 " || group_concat(quote(s.name) || '.' || quote(f.[from]) || '=?' "
20719 " 'CREATE INDEX ' || quote(s.name ||'_'|| group_concat(f.[from], '_'))"
20720 " || ' ON ' || quote(s.name) || '('"
20721 " || group_concat(quote(f.[from]) ||"
23315 }else if( optionMatch(z,"quote") ){
23335 " --quote\n"
23393 }else if( cli_strncmp(zMode,"quote",n2)==0 ){
23419 "qbox quote table tabs tcl\n");
23694 "SELECT key, quote(value) "
25748 " -quote set output mode to 'quote'\n"
26188 }else if( cli_strcmp(z,"-quote")==0 ){