Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c21720 char nullValue[20]; /* The text to print when a NULL comes back from member
22525 sqlite3_fprintf(p->out, "%s",p->nullValue); in output_csv()
22904 pDisplay = escapeOutput(p, azArg[i] ? azArg[i] : p->nullValue, &pFree); in shell_callback()
22961 utf8_width_print(p->out, w, zVal ? zVal : p->nullValue); in shell_callback()
23068 if( z==0 ) z = p->nullValue; in shell_callback()
23099 output_html_string(p->out, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
23115 output_c_string(p->out, azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
23291 sqlite3_fputs(azArg[i] ? azArg[i] : p->nullValue, p->out); in shell_callback()
24400 const char *zShowNull = p->nullValue; in exec_prepared_stmt_columnar()
24560 if( z==0 ) z = p->nullValue; in exec_prepared_stmt_columnar()
[all …]