Searched defs:kCreateTable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sql/
H A Drecovery_unittest.cc219 const char kCreateTable[] = "CREATE TABLE x (id INTEGER, v INTEGER)"; local
227 ASSERT_TRUE(recovery->db()->Execute(kCreateTable));
237 const char kCreateTable[] = "CREATE TABLE x (id INTEGER, v INTEGER)"; local
239 ASSERT_TRUE(db().Execute(kCreateTable));
297 const char kCreateTable[] = "CREATE TABLE x (id INTEGER, v INTEGER)"; local
299 ASSERT_TRUE(db().Execute(kCreateTable));

Completed in 340 milliseconds