Home
last modified time | relevance | path

Searched refs:OH_Rdb_DeleteStoreV2 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp92 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_DeleteStoreV2(config));
127 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_DeleteStoreV2(config)); in VdbTest002()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h426 int OH_Rdb_DeleteStoreV2(const OH_Rdb_ConfigV2 *config);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md117 | int [OH_Rdb_DeleteStoreV2](_r_d_b.md#oh_rdb_deletestorev2) (const [OH_Rdb_ConfigV2](_r_d_b.md#oh_…
H A D_r_d_b.md129 | int [OH_Rdb_DeleteStoreV2](#oh_rdb_deletestorev2) (const [OH_Rdb_ConfigV2](#oh_rdb_configv2) \*co…
1138 ### OH_Rdb_DeleteStoreV2()
1141 int OH_Rdb_DeleteStoreV2 (const OH_Rdb_ConfigV2 *config)
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md117 | int [OH_Rdb_DeleteStoreV2](_r_d_b.md#oh_rdb_deletestorev2) (const [OH_Rdb_ConfigV2](_r_d_b.md#oh_…
H A D_r_d_b.md129 | int [OH_Rdb_DeleteStoreV2](#oh_rdb_deletestorev2) (const [OH_Rdb_ConfigV2](#oh_rdb_configv2) \*co…
1138 ### OH_Rdb_DeleteStoreV2()
1141 int OH_Rdb_DeleteStoreV2 (const OH_Rdb_ConfigV2 *config)
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp429 int OH_Rdb_DeleteStoreV2(const OH_Rdb_ConfigV2 *config) in OH_Rdb_DeleteStoreV2() function