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

/external/chromium_org/sql/
H A Dconnection_unittest.cc372 sql::Connection other_db; local
373 ASSERT_TRUE(other_db.Open(db_path()));
376 ASSERT_EQ(1, SqliteMasterCount(&other_db));
381 ASSERT_EQ(0, SqliteMasterCount(&other_db));
391 sql::Connection other_db; local
392 ASSERT_TRUE(other_db.Open(db_path()));
393 ASSERT_TRUE(other_db.BeginTransaction());
395 ASSERT_TRUE(other_db.Execute(kInsertSql));
400 ASSERT_TRUE(other_db.CommitTransaction());
410 sql::Statement s(other_db
778 sql::Connection other_db; local
[all...]

Completed in 85 milliseconds