Searched refs:DropTable (Results 1 – 7 of 7) sorted by relevance
28 std::string DropTable(const std::string& table);
31 std::string DropTable(const std::string& table) in DropTable() function
35 int DropTable(const std::string &name);
82 auto ret = dataShareStore->DropTable(tableName);90 ret = dataShareStore->DropTable(tableName);
66 int DataShareStore::DropTable(const std::string &tableName) in DropTable() function in OHOS::HiviewDFX::DataShareStore
82 int DropTable(sqlite3 *db, const std::string &tableName) in DropTable() function190 EXPECT_EQ(DropTable(db, tableName), SQLITE_OK); in PrepareEnvironment()
141 int DropTable(sqlite3 *db, const std::string &tableName) in DropTable() function568 EXPECT_EQ(DropTable(db, tableName), SQLITE_OK); in PrepareEnvironment()