Home | History | Annotate | Download | only in dist

Lines Matching full:database

211 ** The following is the open SQLite database.  We make a pointer
212 ** to this database a static variable so that it can be accessed
213 ** by the SIGINT handler to interrupt database processing.
399 sqlite3 *db; /* The database */
412 ** the database */
417 const char *zDbFilename; /* name of the database file */
924 ** This is used, for example, to show the schema of the database by
929 sqlite3 *db, /* Database to query */
955 sqlite3 *db /* Database to query */
969 sqlite3 *db, /* Database to query */
1055 sqlite3 *db, /* An open database */
1177 ** This is a different callback routine used for dumping the database.
1307 ".dump ?TABLE? ... Dump the database in an SQL text format\n"
1364 ** Make sure the database is open. If it is not, then open it. If
1365 ** the database fails to open, print an error message and exit.
1376 fprintf(stderr,"Error: unable to open database \"%s\": %s\n",
1993 fprintf(stderr, "Error: source database is busy\n");
2496 "FILENAME is the name of an SQLite database. A new database is created\n"
2540 ** the name of the database file, the name of the initialization file,
2586 fprintf(stderr,"%s: Error: no database filename specified\n", Argv0);
2591 /* Go ahead and open the database file if it already exists. If the
2592 ** file does not exist, delay opening it. This prevents empty database
2593 ** files from being created if a user mistypes the database name argument
2675 /* Run just the command that follows the database name
2727 fprintf(stderr,"Error: cannot close database \"%s\"\n",