Go to the documentation of this file. 1 #ifndef BROWSERDBUTIL_H_
2 #define BROWSERDBUTIL_H_
10 bool FindInDB(
const QString &category,
const QString& name);
12 bool InsertInDB(
const QString &category,
const QString &name,
const QString &url,
bool isHomepage);
18 bool RemoveFromDB(
const QString &category,
const QString &name);
int GetCategoryList(QStringList &list)
int GetSiteList(QList< Bookmark * > &siteList)
bool InsertInDB(Bookmark *site)
bool FindInDB(const QString &category, const QString &name)
bool RemoveFromDB(Bookmark *site)
bool ResetHomepageFromDB()
bool UpdateHomepageInDB(Bookmark *site)
bool UpgradeBrowserDatabaseSchema(void)