Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 180) sorted by relevance

12345678

/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl52 $m add command -label {Close} -command "destroy $w"
66 $m add command -label Cut -command "sqlitecon::Cut $w.t"
67 $m add command -label Copy -command "sqlitecon::Copy $w.t"
68 $m add command -label Paste -command "sqlitecon::Paste $w.t"
69 $m add command -label {Clear Screen} -command "sqlitecon::Clear $w.t"
71 $m add command -label {Save As...} -command "sqlitecon::SaveFile $w.t"
74 scrollbar $w.sb -orient vertical -command "$w.t yview"
652 button $w.b.can -text Cancel -width 6 -command [list set ::$w 0]
653 button $w.b.ok -text OK -width 6 -command [list set ::$w 1]
654 button $w.b.cut -text Cut -width 6 -command [list ::sqlitecon::Cut $w.t]
[all …]
/sqlite-3.40.0/test/
H A Dshell3.test19 # shell3-1.*: Basic tests for running SQL statments from command line.
20 # shell3-2.*: Basic tests for running SQL file from command line.
31 # There are inconsistencies in command-line argument quoting on Windows.
32 # In particular, individual applications are responsible for command-line
34 # program is compiled with MinGW or MSVC, the command-line parsing is
44 # shell3-1.*: Basic tests for running SQL statments from command line.
47 # Run SQL statement from command line
74 # shell3-2.*: Basic tests for running SQL file from command line.
77 # Run SQL file from command line
H A Dmalloctraceviewer.tcl21 $vs configure -command [list $w yview]
24 $hs configure -command [list $w xview]
137 set items [lsort -command sort_tree_compare $items]
189 button .pan.right.index -command {populate_index mddb} -text "Show Index"
201 $O(tree) heading calls -text Calls -anchor w -command {sort_tree 2}
202 $O(tree) heading bytes -text Bytes -anchor w -command {sort_tree 4}
H A Dshell1.test18 # shell1-1.*: Basic command line option handling.
19 # shell1-2.*: Basic "dot" command token parsing.
20 # shell1-3.*: Basic test that "dot" command can be called.
32 # Test cases shell1-1.*: Basic command line option handling.
179 # Test cases shell1-2.*: Basic "dot" command token parsing.
249 # Test cases shell1-3.*: Basic test that "dot" command can be called.
307 # The .dump command now accepts multiple arguments
313 # .echo ON|OFF Turn command echo on or off
742 # dot-command argument quoting
751 # Test the output of the ".dump" command
[all …]
H A Dshow_speedtest1_rtree.tcl21 button .b.b1 -text X-Y -command refill-xy
22 button .b.b2 -text X-Z -command refill-xz
23 button .b.b3 -text Y-Z -command refill-yz
H A Dshell2.test82 # Test with echo on using command line option
94 # Test with echo on using dot command
107 # Test with echo on using dot command and
121 # Test with echo on using dot command and
150 # Test with echo on and headers on using dot command and
H A Dshell4.test13 # These tests are specific to the .stats command.
19 # shell4-1.*: Basic tests specific to the "stats" command.
21 # shell4-3.*: The ".read" command takes the shell out of interactive mode
33 # Test cases shell4-1.*: Tests specific to the "stats" command.
H A Dorderby9.test47 expr {$l1==[lsort -command bigintcompare $l1]}
53 expr {$l1==[lsort -command bigintcompare $l1]}
59 expr {$l1==[lsort -command bigintcompare $l1]}
H A Dlock6.test22 # 'testfixture' to execute a command. The child testfixture process is shut
34 # Execute a command in a child testfixture process, connected by two-way
35 # channel $chan. Return the result of the command, or an error message.
H A Dwithout_rowid1.test30 INSERT INTO t1 VALUES('dynamic','juliet','flipper','command');
34 } {arctic sleep ammonia helena | journal sherman ammonia helena | dynamic juliet flipper command | …
47 } {arctic sleep ammonia helena | journal sherman ammonia helena | dynamic juliet flipper command | …
51 } {journal sherman gamma patriot | dynamic juliet flipper command | journal sherman ammonia helena …
55 } {dynamic juliet flipper command | journal sherman ammonia helena | journal sherman gamma patriot …
59 } {dynamic juliet flipper command | journal sherman ammonia helena | journal sherman gamma patriot …
H A Dfunc6.test53 # an empty string representing an SQL NULL. This command builds an SQLite
91 # in argument $hexdb. This command returns 0 if the offset contains the hex
103 # This command is the implementation of SQL function "offrec()". The first
H A Dthread2.test24 if {[llength [info command thread_step]]==0 || [sqlite3 -has-codec]} {
42 # Use the thread_swap command to move the database connections between
H A Dconflict.test38 # cmd An INSERT or REPLACE command to execute against table t1
86 # cmd An INSERT or REPLACE command to execute against table t1
131 # cmd An INSERT or REPLACE command to execute against table t1
173 # cmd An INSERT or REPLACE command to execute against table t1
221 # cmd An INSERT or REPLACE command to execute against table t1
280 # cmd An UPDATE command to execute against table t1
H A Dconflict2.test38 # cmd An INSERT or REPLACE command to execute against table t1
86 # cmd An INSERT or REPLACE command to execute against table t1
131 # cmd An INSERT or REPLACE command to execute against table t1
173 # cmd An INSERT or REPLACE command to execute against table t1
221 # cmd An INSERT or REPLACE command to execute against table t1
280 # cmd An UPDATE command to execute against table t1
H A De_reindex.test41 # EVIDENCE-OF: R-52173-44778 The REINDEX command is used to delete and
91 # command reindexes the correct subset of the indexes in the database.
270 # EVIDENCE-OF: R-35892-30289 For a command of the form "REINDEX name", a
/sqlite-3.40.0/autoconf/
H A DREADME.txt6 * the shell.c file used to build the sqlite3 command-line shell program
32 binaries than are necessary. Override it on the configure command
54 command line.
63 NMAKE command line as well:
74 NMAKE command line as well:
85 NMAKE command line as well:
97 above, no other macros should be needed on the NMAKE command line.
103 on the NMAKE command line. However, not all possible preprocessor defines
/sqlite-3.40.0/vsixtest/
H A Dvsixtest.tcl153 proc putsAndEval { command } { argument
159 puts stdout [appendArgs "Running: " [lrange $command 1 end] ...\n]
162 return [uplevel 1 $command]
/sqlite-3.40.0/tool/
H A Dbuild-all-msvc.bat13 REM the directory specified on the command line, in sub-directories named for
16 REM Visual Studio ^(the initial platform configured for the command prompt does
17 REM not really matter^). Exactly one command line argument is required, the
84 REM When set, the command line shell will be built for each selected platform
85 REM and configuration as well. In addition, the command line shell binaries
104 REM When set, these values are expanded and passed to the NMAKE command line,
112 REM Using the above command before running this tool will cause the compiled
202 REM MSVC command prompt.
229 REM NOTE: If the command used to invoke NMAKE is not already set, use the
633 REM command line tools needed during the build process itself.
[all …]
H A Dgenfkey.README97 The functionality is accessed through an sqlite3 shell tool "dot-command":
101 When this command is run, it first checks the schema of the open SQLite
114 All triggers generated by this command have names that match the pattern
133 is simply to open it using the shell tool and enter the command
H A Ddbtotxt.md15 core and the command-line shell (CLI) has been augmented to be able to read
16 dbtotxt output. The CLI dot-command is:
/sqlite-3.40.0/src/
H A Dshell.c.in6539 ** The ".archive" or ".ar" command.
6602 ** Other (non-command) switches.
6650 ** Parse the command line for an ".ar" command. The results are written into
6720 /* All remaining command line words are command arguments. */
6755 ** are command arguments. */
7176 ** Implementation of ".ar" dot command.
10265 ** command does not. */
11300 ** Show available command line options
11579 ** and the first command to execute.
11698 ** command, so ignore them */
[all …]
/sqlite-3.40.0/ext/fts3/
H A DREADME.content166 FTS4 features a special command similar to the 'optimize' command that
169 name of the external content FTS4 table, the command is:
173 This command may also be used with ordinary FTS4 tables, although it may
/sqlite-3.40.0/ext/misc/
H A DREADME.md23 ".dump" command of the
24 [command-line shell](https://www.sqlite.org/cli.html).
/sqlite-3.40.0/ext/rtree/
H A Dviewrtree.tcl17 button .b -text "Parent Node" -command {
31 scrollbar .ls -command {.l yview}
/sqlite-3.40.0/
H A DREADME.md100 First open the command prompt window associated with the desired compiler
114 There are several build options that can be set via the NMAKE command
116 to the "sqlite3.dll" command line above. When debugging into the SQLite
117 code, adding the "DEBUG=1" argument to one of the above command lines is
132 [command-line shell](https://sqlite.org/cli.html) and
286 "sqlite3.exe" command-line shell. The "shell.c.in" file is transformed

12345678