Home | History | Annotate | Download | only in dist

Lines Matching full:database

233 ** The following is the open SQLite database.  We make a pointer
234 ** to this database a static variable so that it can be accessed
235 ** by the SIGINT handler to interrupt database processing.
422 sqlite3 *db; /* The database */
436 ** the database */
441 const char *zDbFilename; /* name of the database file */
1003 sqlite3 *db /* Database to query */
1017 sqlite3 *db, /* Database to query */
1114 sqlite3 *db, /* An open database */
1247 ** This is a different callback routine used for dumping the database.
1394 ".dump ?TABLE? ... Dump the database in an SQL text format\n"
1452 ** Make sure the database is open. If it is not, then open it. If
1453 ** the database fails to open, print an error message and exit.
1464 fprintf(stderr,"Error: unable to open database \"%s\": %s\n",
2101 fprintf(stderr, "Error: source database is busy\n");
2754 "FILENAME is the name of an SQLite database. A new database is created\n"
2804 ** the name of the database file, the name of the initialization file,
2894 fprintf(stderr,"%s: Error: no database filename specified\n", Argv0);
2899 /* Go ahead and open the database file if it already exists. If the
2900 ** file does not exist, delay opening it. This prevents empty database
2901 ** files from being created if a user mistypes the database name argument
3015 /* Run just the command that follows the database name