Lines Matching refs:output

231 /* On Windows, we normally run with output mode of TEXT so that \n characters
233 ** to be disabled in some cases (ex: when generating CSV output and when
442 ** On Windows systems we have to know if standard output is a console
474 ** Render output like fprintf(). Except, if the output is going to the
476 ** output from UTF-8 into MBCS.
498 ** Render output like fprintf(). This should not be used on anything that
1093 /* A single line in the EQP output */
1102 /* All EQP output is collected into an instance of the following */
1105 EQPGraphRow *pRow; /* Linked list of all rows of the EQP output */
1133 u8 nEqpLevel; /* Depth of the EQP output graph */
1137 ColModeOpts cmOpts; /* Option values affecting columnar mode output */
1139 unsigned mEqpLines; /* Mask of veritical lines in the EQP output graph */
1149 int mode; /* An output mode setting */
1151 int cMode; /* temporary output mode for the current query */
1176 FILE *pLog; /* Write log output here */
1222 #define SHELL_OPEN_HEXDB 6 /* Use "dbtotxt" output as data source */
1273 #define MODE_EQP 12 /* Converts EXPLAIN QUERY PLAN output into a graph */
1278 #define MODE_Count 17 /* Output only a count of the rows of output */
1279 #define MODE_Off 18 /* No query output shown */
1335 ** Write the text X to the screen (or whatever output is being directed)
1514 ** Save or restore the current output mode
1952 ** Print a schema statement. Part of MODE_Semi and MODE_Pretty output.
2223 case MODE_Semi: { /* .schema and .fullschema output */
2543 ** output onto the end of a ShellText object.
2681 ** Execute a query statement that will generate SQL output. Print
2841 raw_printf(out, "%-36s %d\n", "Number of output columns:", nCol);
2963 /* Do not remove this machine readable comment: extra-stats-output-here */
3033 ** spaces each opcode should be indented before it is output.
3094 /* Do further verfication that this is explain output. Abort if
3417 ** Run a prepared statement and output the result in one of the
3424 ** any output.
3979 ** data required to add indents to the output.*/
4277 ** the contents of the query are output as SQL statements.
4357 ".binary on|off Turn binary output on or off. Default OFF",
4363 ".check GLOB Fail if output since .testcase does not match",
4375 " --newlines Allow unescaped newline characters in output",
4377 " --preserve-rowids Include ROWID values in the output",
4384 " test Show raw EXPLAIN QUERY PLAN output",
4389 ".excel Display the output of next command in spreadsheet",
4410 " -v \"Verbose\" - increase auxiliary output",
4415 " from the \".mode\" output mode",
4438 ".mode MODE ?OPTIONS? Set output mode",
4456 " --wrap N Wrap output lines to no longer than N characters",
4459 " --quote Quote output text as SQL literals",
4460 " --noquote Do not quote output text",
4470 " -e Send output to the system text editor",
4471 " -x Send output as CSV to a spreadsheet (same as \".excel\")",
4481 " --hexdb Load the output of \"dbtotxt\" as an in-memory db",
4489 ".output ?FILE? Send output to FILE or stdout if FILE is omitted",
4492 " --bom Prefix output with a UTF8 byte-order mark",
4493 " -e Send output to the system text editor",
4494 " -x Send output as CSV to a spreadsheet",
4508 " --quiet|-q No output except at interrupts",
4514 ".read FILE Read input from FILE or command output",
4536 " -v Verbose output",
4575 ".testcase NAME Begin redirecting output to 'testcase-out.txt'",
4583 " FILE Send output to FILE",
4584 " stdout Send output to stdout",
4585 " stderr Send output to stderr",
4604 ".width NUM1 NUM2 ... Set minimum column widths for columnar output",
4814 ** Reconstruct an in-memory database using the output from the "dbtotxt"
4964 ** The argument passed to this function is the output of built-in
5371 ** Close an output file, assuming it is not stderr or stdout
5378 ** Try to open an output file. The names "stdout" and "stderr" are
5379 ** recognized and do the right thing. NULL is returned if the output
5401 ** A routine for handling output from sqlite3_trace().
5407 void *pX /* Auxiliary output */
5838 utf8_printf(stderr, "Cannot create output database: %s\n",
5852 ** Change the output file back to stdout.
5854 ** If the p->doXdgOpen flag is set, that means the output was being
6258 FILE *out = pState->out; /* Stream to write non-error output to */
6280 ** 1. A GLOB pattern suitable for sqlite3_strglob(). If the plan output by
7303 ** to construct a new database containing all recovered data is output
7794 /* Cancel output redirection, if it is currently set (by .testcase)
8394 int eVerbose = 0; /* Larger for more console output */
8396 int useOutputMode = 1; /* Use output mode to determine separators */
8452 ** the column and row separator characters from the output mode. */
8475 ** default output row separator, change it to the default input
8477 ** and output row separators. */
8949 "current output mode: %s --wrap %d --wordwrap %s --%squote\n",
8954 raw_printf(p->out, "current output mode: %s\n", modeDescr[p->mode]);
9143 && (cli_strncmp(azArg[0], "output", n)==0
9151 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel */
9758 raw_printf(stderr, "ERROR: Failed to write entire %d-byte output\n",
9915 int bVerbose = 0; /* Verbose output */
10204 utf8_printf(p->out,"%12.12s: %s\n","output",
10327 /* Pretty-print the contents of array azResult[] to the output */
10354 /* Begin redirecting output to the file "testcase-out.txt" */
10402 int rc2 = 0; /* 0: usage. 1: %d 2: %x 3: no-output */
11307 " -ascii set output mode to 'ascii'\n"
11310 " -box set output mode to 'box'\n"
11311 " -column set output mode to 'column'\n"
11313 " -csv set output mode to 'csv'\n"
11324 " -html set output mode to HTML\n"
11326 " -json set output mode to 'json'\n"
11327 " -line set output mode to 'line'\n"
11328 " -list set output mode to 'list'\n"
11330 " -markdown set output mode to 'markdown'\n"
11339 " -newline SEP set output row separator. Default: '\\n'\n"
11344 " -quote set output mode to 'quote'\n"
11347 " -separator SEP set output column separator. Default: '|'\n"
11352 " -table set output mode to 'table'\n"
11353 " -tabs set output mode to 'tabs'\n"
12167 ** it were input to the sqlite3 shell and redirects all output to the