Home | History | Annotate | Download | only in webdata

Lines Matching refs:Execute

48     if (!db_->Execute("CREATE TABLE web_intents ("
58 if (!db_->Execute("CREATE INDEX IF NOT EXISTS web_intents_index"
61 if (!db_->Execute("CREATE INDEX IF NOT EXISTS web_intents_index"
67 if (!db_->Execute("CREATE TABLE web_intents_defaults ("
78 if (!db_->Execute("CREATE INDEX IF NOT EXISTS web_intents_default_index"
82 if (!db_->Execute("CREATE INDEX IF NOT EXISTS web_intents_default_index"
109 if (!db_->Execute("ALTER TABLE web_intents RENAME TO old_web_intents")) {
114 if (!db_->Execute("ALTER TABLE web_intents_defaults"
147 if (!db_->Execute("DROP table old_web_intents")) {
152 if (!db_->Execute("DROP table old_web_intents_defaults")) {