Lines Matching refs:output

115 # -column              set output mode to 'column'
120 # -csv set output mode to 'csv'
125 # -html set output mode to HTML
130 # -line set output mode to 'line'
135 # -list set output mode to 'list'
140 # -separator 'x' set output field separator (|)
333 # .explain ON|OFF Turn output mode suitable for EXPLAIN on or off.
425 # .mode MODE ?TABLE? Set output mode where MODE is one of:
437 } {0 {current output mode: list}}
482 # .output FILENAME Send output to FILENAME
484 catchcmd "test.db" ".output"
487 catchcmd "test.db" ".output FOO"
491 catchcmd "test.db" ".output FOO BAD"
493 .output ?FILE? Send output to FILE or stdout if FILE is omitted
496 --bom Prefix output with a UTF8 byte-order mark
497 -e Send output to the system text editor
498 -x Send output as CSV to a spreadsheet
501 # .output stdout Send output to the screen
503 catchcmd "test.db" ".output stdout"
507 catchcmd "test.db" ".output stdout BAD"
509 .output ?FILE? Send output to FILE or stdout if FILE is omitted
512 --bom Prefix output with a UTF8 byte-order mark
513 -e Send output to the system text editor
514 -x Send output as CSV to a spreadsheet
600 # .separator STRING Change column separator used by output and .import
623 [regexp {output:} $res] \
751 # Test the output of the ".dump" command
810 # rowid column in the output.
917 # Test the output of ".mode insert"
928 # Test the output of ".mode insert" with headers
939 # Test the output of ".mode insert"
950 # Test the output of ".mode insert" with headers
961 # Test the output of ".mode tcl"
980 # Test the output of ".mode tcl" with multiple columns
992 # Test the output of ".mode tcl" with ".nullvalue"
1000 # Test the output of ".mode tcl" with Tcl reserved characters
1017 # Test the output of ".mode quote"
1023 # Test using arbitrary byte data with the shell via standard input/output.