Lines Matching full:database
30 // up the database.
57 // continue working with the database and tries to modify the
85 // -1 backs up the entire database.
256 // Closing the database while statements are in use is an API
286 // If the database was already closed by RazeAndClose(), then no
306 // table doesn't exist, it probably means this is a new database and there
350 // Create an in-memory database with the existing database's page
351 // size, then backup that database over the existing database.
367 DLOG(FATAL) << "Unable to open in-memory database.";
388 // would be to create an actual filesystem database, which is
394 // The page size doesn't take effect until a database has pages, and
395 // at this point the null database has none. Changing the schema
397 // schema version in the resulting database, as SQLite's backup
399 // connection to the new version of the database, incremented by one
404 // SQLite tracks the expected number of database pages in the first
406 // filesystem call, treats the database as corrupt. This situation
412 // page_size" can be used to query such a database.
419 // The destination database was locked.
456 // The entire database should have been backed up.
459 DLOG(FATAL) << "Unable to copy entire null database.";
490 // Mark the database so that future API calls fail appropriately,
507 // Mark the database so that future API calls fail appropriately,
516 // manually lock the main database file in a SQLite-compatible fashion
518 // journal files, then delete the main database file. Another option
519 // might be to lock the main database file and poison the header with
609 Statement s(GetUniqueStatement("ATTACH DATABASE ? AS ?"));
622 Statement s(GetUniqueStatement("DETACH DATABASE ?"));
704 // It could also be database corruption.
850 // should be treating the database as open, but is_open() currently
889 // database on create. Set them here in case they already exist
903 // This must be called immediatly after opening the database before any SQL
915 // sqlite3_open() does not actually read the database file (unless a
917 // existing database requires a valid header on page 1.
919 // land is. If it's mostly SQLITE_NOTADB, then the database should
932 // If indicated, lock up the database before doing anything else, so
937 // assumptions about who might change things in the database.
1072 // Failing to set this pragma probably means that the database is