Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c19450 char nullValue[20]; /* The text to print when a NULL comes back from member
20145 oputf("%s",p->nullValue); in output_csv()
20522 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator); in shell_callback()
20576 utf8_width_print(w, zVal ? zVal : p->nullValue); in shell_callback()
20660 if( z==0 ) z = p->nullValue; in shell_callback()
20680 output_html_string(azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
20696 output_c_string(azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
20872 oputz(azArg[i] ? azArg[i] : p->nullValue); in shell_callback()
21881 const char *zShowNull = p->nullValue; in exec_prepared_stmt_columnar()
22038 if( z==0 ) z = p->nullValue; in exec_prepared_stmt_columnar()
[all …]