Lines Matching full:database
228 ** The following is the open SQLite database. We make a pointer
229 ** to this database a static variable so that it can be accessed
230 ** by the SIGINT handler to interrupt database processing.
417 sqlite3 *db; /* The database */
431 ** the database */
436 const char *zDbFilename; /* name of the database file */
998 sqlite3 *db /* Database to query */
1012 sqlite3 *db, /* Database to query */
1109 sqlite3 *db, /* An open database */
1242 ** This is a different callback routine used for dumping the database.
1389 ".dump ?TABLE? ... Dump the database in an SQL text format\n"
1447 ** Make sure the database is open. If it is not, then open it. If
1448 ** the database fails to open, print an error message and exit.
1459 fprintf(stderr,"Error: unable to open database \"%s\": %s\n",
2082 fprintf(stderr, "Error: source database is busy\n");
2735 "FILENAME is the name of an SQLite database. A new database is created\n"
2785 ** the name of the database file, the name of the initialization file,
2875 fprintf(stderr,"%s: Error: no database filename specified\n", Argv0);
2880 /* Go ahead and open the database file if it already exists. If the
2881 ** file does not exist, delay opening it. This prevents empty database
2882 ** files from being created if a user mistypes the database name argument
2996 /* Run just the command that follows the database name