Lines Matching refs:command

12 ** This file contains code to implement the "sqlite" command line
208 * overridden with the -batch command line option.
430 ** If the following flag is set, then command execution stops
973 ** This UDF is used by the .schema command to insert the schema name of
1192 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */
3732 ** This function is called to process SQL if the previous shell command
3753 ** created by the ".expert" command (if bCancel==1), or to generate a
3804 ** Implementation of ".expert" dot command.
3808 char **azArg, /* Array of arguments passed to dot command */
4316 ** The help text for each individual command begins with a line that starts
4319 ** There must be two or more spaces between the end of the command and the
4320 ** start of the description of what that command does.
4326 " Each command must have exactly one of the following options:",
4380 ".echo on|off Turn command echo on or off",
4389 ".excel Display the output of next command in spreadsheet",
4416 " * If FILE begins with \"|\" then it is a command that generates the",
4463 ".nonce STRING Suspend safe mode for one command if nonce matches",
4467 ".once ?OPTIONS? ?FILE? Output for the next SQL command only to FILE",
4514 ".read FILE Read input from FILE or command output",
4515 " If FILE begins with \"|\", it is a command that generates the input.",
4628 /* Show all commands, but only one line per command */
4650 /* when zPattern is a prefix of exactly one command, then include the
4651 ** details of that command, which should begin at offset j */
4963 ** Scalar function "shell_escape_crnl" used by the .recover command.
5460 ** A no-op routine that runs with the ".breakpoint" doc-command. This is
5880 /* Give the start/open/xdg-open command some time to get
5896 ** Run an SQL command and return the single integer result.
5921 ** Implementation of the ".dbinfo" command.
6126 ** Compare the string as a command-line option with either one or two
6198 ** by the ".lint fkey-indexes" command. This scalar function is always
6250 ** The implementation of dot-command ".lint fkey-indexes".
6254 char **azArg, /* Array of arguments passed to dot command */
6281 ** the EXPLAIN QUERY PLAN command matches this pattern, then the schema
6426 ** Implementation of ".lint" dot command.
6430 char **azArg, /* Array of arguments passed to dot command */
6439 raw_printf(stderr, "Usage %s sub-command ?switches...?\n", azArg[0]);
6539 ** The ".archive" or ".ar" command.
6542 ** Structure representing a single ".ar" command.
6553 int nArg; /* Number of command arguments */
6557 char **azArg; /* Array of command arguments */
6563 ** Print a usage message for the .ar command to stderr and return SQLITE_ERROR.
6571 ** Print an error message for the .ar command to stderr and return
6602 ** Other (non-command) switches.
6621 return arErrorMsg(pAr, "multiple command options");
6650 ** Parse the command line for an ".ar" command. The results are written into
6651 ** structure (*pAr). SQLITE_OK is returned if the command line is parsed
6656 char **azArg, /* Array of arguments passed to dot command */
6720 /* All remaining command line words are command arguments. */
6754 /* A -- option, indicating that all remaining command line words
6755 ** are command arguments. */
6804 ** This is consistent with the way the [tar] command seems to work on
6841 ** identify all archive members that match the command arguments held
6878 ** Implementation of .ar "lisT" command.
6919 ** Implementation of .ar "Remove" command.
6960 ** Implementation of .ar "eXtract" command.
7064 ** The create command is the same as update, except that it drops
7065 ** any existing "sqlar" table before beginning. The "insert" command
7066 ** always overwrites every file named on the command-line, where as
7176 ** Implementation of ".ar" dot command.
7180 int fromCmdLine, /* True if -A command-line option, not .ar cmd */
7181 char **azArg, /* Array of arguments passed to dot command */
7285 /* End of the ".archive" or ".ar" command logic
7755 /* The undocumented ".breakpoint" command causes a call to the no-op
8126 /* The ".explain" command is automatic now. It is largely pointless. It
9055 /* Check for command-line arguments */
9359 /* If no command name matches, show a syntax error */
9884 /* If no command name matches, show a syntax error */
10171 if( x ) raw_printf(stderr, "System command returns %d\n", x);
10263 /* It is an historical accident that the .indexes command shows an error
10265 ** command does not. */
10840 utf8_printf(stderr, "Error: unknown command or invalid arguments: "
10946 ** Return TRUE if the line typed in is an SQL command terminator other
10947 ** than a semi-colon. The SQL Server style "go" command is understood
11300 ** Show available command line options
11479 const char *zVfs = 0; /* Value of -vfs command-line option */
11526 /* On Windows, we must translate command-line arguments into UTF-8.
11576 /* Do an initial pass through the command-line argument to locate
11579 ** and the first command to execute.
11697 /* All remaining command-line arguments are passed to the ".archive"
11698 ** command, so ignore them */
11726 ** to call sqlite3_initialize() and process any command line -vfs option. */
11757 ** to the sqlite command-line tool.
11764 ** is given on the command line, look for a file named ~/.sqliterc and
11769 /* Make a second pass through the command-line argument and set
11771 ** file is processed so that the command-line arguments will override
11853 /* Undocumented command-line option: -backslash
11900 ** that simply appear on the command-line. This seems goofy. It would
11948 ** command-line inputs, except for the argToSkip argument which contains