Searched refs:OH_Rdb_DeleteStore (Results 1 – 14 of 14) sorted by relevance
179 ## cl.distributeddatamgr.6 **OH_Rdb_DeleteStore**接口入参**const** **char** *pat变更为**const** OH_Rdb_Con…187 修改前OH_Rdb_DeleteStore接口:190 int OH_Rdb_DeleteStore(const char *path);193 修改后OH_Rdb_DeleteStore接口:196 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config);206 OH_Rdb_DeleteStore(“”)212 OH_Rdb_DeleteStore(config)
179 ## cl.distributeddatamgr.6 Change of const char *path in OH_Rdb_DeleteStore() to const OH_Rdb_Confi…187 OH_Rdb_DeleteStore before change:190 int OH_Rdb_DeleteStore(const char *path);193 OH_Rdb_DeleteStore after change:196 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config);206 OH_Rdb_DeleteStore("")212 OH_Rdb_DeleteStore(config)
41 | OH_Rdb_DeleteStore(const OH_Rdb_Config *config) | 删除数据库。 |432 14. 删除数据库。调用OH_Rdb_DeleteStore方法,删除数据库及数据库相关文件。示例代码如下:438 OH_Rdb_DeleteStore(&config);
412 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config);
70 errCode = OH_Rdb_DeleteStore(&config_); in TearDownTestCase()
97 errCode = OH_Rdb_DeleteStore(&config_); in TearDownTestCase()942 errCode = OH_Rdb_DeleteStore(nullptr);946 errCode = OH_Rdb_DeleteStore(&config);951 errCode = OH_Rdb_DeleteStore(&config);
103 OH_Rdb_DeleteStore(&config_); in TearDownTestCase()
104 OH_Rdb_DeleteStore(&config_); in TearDownTestCase()
41 | OH_Rdb_DeleteStore(const OH_Rdb_Config *config) | Deletes an RDB store.|444 Call **OH_Rdb_DeleteStore** to delete the RDB store and related database file. <br>Example:450 OH_Rdb_DeleteStore(&config);
116 | [OH_Rdb_DeleteStore](_r_d_b.md#oh_rdb_deletestore) (const [OH_Rdb_Config](_o_h___rdb___config.md)…
141 | [OH_Rdb_DeleteStore](#oh_rdb_deletestore) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*config…1696 ### OH_Rdb_DeleteStore()1699 int OH_Rdb_DeleteStore (const OH_Rdb_Config *config)
414 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config) in OH_Rdb_DeleteStore() function