Home | History | Annotate | Download | only in dist

Lines Matching full:database

216 ** The following is the open SQLite database.  We make a pointer
217 ** to this database a static variable so that it can be accessed
218 ** by the SIGINT handler to interrupt database processing.
404 sqlite3 *db; /* The database */
417 ** the database */
422 const char *zDbFilename; /* name of the database file */
929 ** This is used, for example, to show the schema of the database by
934 sqlite3 *db, /* Database to query */
960 sqlite3 *db /* Database to query */
974 sqlite3 *db, /* Database to query */
1060 sqlite3 *db, /* An open database */
1182 ** This is a different callback routine used for dumping the database.
1312 ".dump ?TABLE? ... Dump the database in an SQL text format\n"
1369 ** Make sure the database is open. If it is not, then open it. If
1370 ** the database fails to open, print an error message and exit.
1381 fprintf(stderr,"Error: unable to open database \"%s\": %s\n",
2012 fprintf(stderr, "Error: source database is busy\n");
2515 "FILENAME is the name of an SQLite database. A new database is created\n"
2559 ** the name of the database file, the name of the initialization file,
2605 fprintf(stderr,"%s: Error: no database filename specified\n", Argv0);
2610 /* Go ahead and open the database file if it already exists. If the
2611 ** file does not exist, delay opening it. This prevents empty database
2612 ** files from being created if a user mistypes the database name argument
2694 /* Run just the command that follows the database name
2746 fprintf(stderr,"Error: cannot close database \"%s\"\n",