Home | History | Annotate | Download | only in common

Lines Matching full:database

114   // SQLNestedTransaction calls these after the underlying database
121 // Returns the sqlite3 database connection associated with this site
348 // A scoped sqlite database that closes when it goes out of scope.
360 // database to be in UTF-8 mode on all platforms. See
363 int OpenSqliteDb(const FilePath& filepath, sqlite3** database);
365 // Returns true if there is a table with the given name in the database.
366 // For the version where a database name is specified, it may be NULL or the
367 // empty string if no database name is necessary.
377 // versions, one that takes a database name, the other that doesn't. The
378 // database name can be NULL or empty if no name is desired.