Searched refs:CheckSqlResult (Results 1 – 3 of 3) sorted by relevance
343 static int CheckSqlResult(sqlite3 *db, const std::string &sql, bool &result);
1161 int RelationalTestUtils::CheckSqlResult(sqlite3 *db, const std::string &sql, bool &result) in CheckSqlResult() function in DistributedDBUnitTest::RelationalTestUtils
400 EXPECT_EQ(RelationalTestUtils::CheckSqlResult(db, checkSql, result), E_OK);