Home | History | Annotate | Download | only in history

Lines Matching full:execute

163   // three)" syntax, so list out the commands we need to execute:
173 if (!db_.Execute(alterations[i])) {
188 if (!db_.Execute("DROP TABLE thumbnails"))
211 if (!db->Execute(sql.c_str()))
220 db_.Execute("CREATE INDEX favicons_url ON favicons(url)");
234 db_.Execute("VACUUM");
578 if (!db_.Execute("DROP TABLE icon_mapping"))
582 if (!db_.Execute("ALTER TABLE temp_icon_mapping RENAME TO icon_mapping"))
608 if (!db_.Execute("DROP TABLE favicons"))
612 if (!db_.Execute("ALTER TABLE temp_favicons RENAME TO favicons"))
669 if (!db_.Execute("INSERT OR REPLACE INTO new_favicons.favicons "
676 if (!db_.Execute("DETACH new_favicons")) {
709 if (!db->Execute(sql.c_str()))
718 db_.Execute("CREATE INDEX icon_mapping_page_url_idx"
720 db_.Execute("CREATE INDEX icon_mapping_icon_id_idx ON icon_mapping(icon_id)");
752 if (!db_.Execute("ALTER TABLE favicons ADD icon_type INTEGER DEFAULT 1")) {