/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.5/ |
H A D | changelogs-distributeddatamgr.md | 144 ## cl.distributeddatamgr.5 OH_Rdb_Config结构体成员变量变更 152 修改前的OH_Rdb_Config: 159 } OH_Rdb_Config; 162 修改后的OH_Rdb_Config: 173 } OH_Rdb_Config; 177 用户在利用OH_Rdb_Config创建数据库时,需要传入包名以及模块名等信息。 179 …ibuteddatamgr.6 **OH_Rdb_DeleteStore**接口入参**const** **char** *pat变更为**const** OH_Rdb_Config *config 183 该变更为不兼容变更,函数入参由const char *path变更为const OH_Rdb_Config *config。 196 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config);
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.5/ |
H A D | changelogs-distributeddatamgr.md | 144 ## cl.distributeddatamgr.5 Change of OH_Rdb_Config Struct Member Variables 152 OH_Rdb_Config before change: 159 } OH_Rdb_Config; 162 OH_Rdb_Config after change: 173 } OH_Rdb_Config; 177 When creating an RDB store with **OH_Rdb_Config**, you need to pass in the bundle name and module n… 179 …tributeddatamgr.6 Change of const char *path in OH_Rdb_DeleteStore() to const OH_Rdb_Config *config 183 …sions. The input parameter is changed from **const char *path** to **const OH_Rdb_Config *config**. 196 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | _r_d_b.md | 36 | [OH_Rdb_Config](_o_h___rdb___config.md) | 管理关系数据库配置。 | 227 | [OH_Rdb_Config::selfSize](#selfsize) | 该结构体的大小。 | 229 | [OH_Rdb_Config::storeName](#storename) | 数据库名称。 | 2388 int OH_Rdb_Config::area 2472 const char* OH_Rdb_Config::bundleName 2625 const char* OH_Rdb_Config::dataBaseDir 3466 bool OH_Rdb_Config::isEncrypt 3689 const char* OH_Rdb_Config::moduleName 4176 int OH_Rdb_Config::securityLevel 4187 int OH_Rdb_Config::selfSize [all …]
|
H A D | relational__store_8h.md | 24 | [OH_Rdb_Config](_o_h___rdb___config.md) | 管理关系数据库配置。 | 53 …_configv2) [OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_configv2) | 管理关系数据库配置,与[OH_Rdb_Config](_o_h___rdb___… 114 | [OH_Rdb_GetOrOpen](_r_d_b.md#oh_rdb_getoropen) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*c… 116 | [OH_Rdb_DeleteStore](_r_d_b.md#oh_rdb_deletestore) (const [OH_Rdb_Config](_o_h___rdb___config.md)…
|
H A D | _o_h___rdb___config.md | 1 # OH_Rdb_Config chapter
|
H A D | Readme-CN.md | 63 - [OH_Rdb_Config](_o_h___rdb___config.md)
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 144 } OH_Rdb_Config; typedef 367 OH_Rdb_Store *OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode); 412 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_asset_test.cpp | 44 config_.selfSize = sizeof(OH_Rdb_Config); in InitRdbConfig() 47 static OH_Rdb_Config config_; 51 OH_Rdb_Config RdbNativeAssetTest::config_ = { 0 };
|
H A D | rdb_cursor_test.cpp | 44 config_.selfSize = sizeof(OH_Rdb_Config); in InitRdbConfig() 48 static OH_Rdb_Config config_; 52 OH_Rdb_Config RdbNativeCursorTest::config_ = { 0 };
|
H A D | rdb_predicates_test.cpp | 44 config_.selfSize = sizeof(OH_Rdb_Config); in InitRdbConfig() 46 static OH_Rdb_Config config_; 50 OH_Rdb_Config RdbNativePredicatesTest::config_ = { 0 };
|
H A D | rdb_store_test.cpp | 48 config_.selfSize = sizeof(OH_Rdb_Config); in InitRdbConfig() 51 static OH_Rdb_Config config_; 56 OH_Rdb_Config RdbNativeStoreTest::config_ = { 0 }; 918 OH_Rdb_Config config; 938 config.selfSize = sizeof(OH_Rdb_Config);
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 35 | OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode) | 获得一个相关的OH_Rdb_Store实例,操作关系型数据库。 | 41 | OH_Rdb_DeleteStore(const OH_Rdb_Config *config) | 删除数据库。 | 96 // 创建OH_Rdb_Config对象 97 OH_Rdb_Config config; 111 config.selfSize = sizeof(OH_Rdb_Config);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___rdb___config.md | 1 # OH_Rdb_Config chapter
|
H A D | relational__store_8h.md | 24 | [OH_Rdb_Config](_o_h___rdb___config.md) | Defines the RDB store configuration.| 53 …) | Defines a struct for the RDB store configuration. Different from [OH_Rdb_Config](_o_h___rdb___… 114 | [OH_Rdb_GetOrOpen](_r_d_b.md#oh_rdb_getoropen) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*c… 116 | [OH_Rdb_DeleteStore](_r_d_b.md#oh_rdb_deletestore) (const [OH_Rdb_Config](_o_h___rdb___config.md)…
|
H A D | _r_d_b.md | 230 | [OH_Rdb_Config::bundleName](#bundlename) | Bundle name.| 231 | [OH_Rdb_Config::moduleName](#modulename) | Module name. | 1699 int OH_Rdb_DeleteStore (const OH_Rdb_Config *config) 2388 int OH_Rdb_Config::area 2472 const char* OH_Rdb_Config::bundleName 2625 const char* OH_Rdb_Config::dataBaseDir 3466 bool OH_Rdb_Config::isEncrypt 3689 const char* OH_Rdb_Config::moduleName 4176 int OH_Rdb_Config::securityLevel 4187 int OH_Rdb_Config::selfSize [all …]
|
H A D | Readme-EN.md | 63 - [OH_Rdb_Config](_o_h___rdb___config.md)
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 35 | OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode) | Obtains an **OH_Rdb_Store** instanc… 41 | OH_Rdb_DeleteStore(const OH_Rdb_Config *config) | Deletes an RDB store.| 100 // Create an OH_Rdb_Config object. 101 OH_Rdb_Config config; 115 config.selfSize = sizeof(OH_Rdb_Config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 343 OH_Rdb_Store *OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode) in OH_Rdb_GetOrOpen() 348 (config == nullptr), sizeof(OH_Rdb_Config), (errCode == nullptr)); in OH_Rdb_GetOrOpen() 414 int OH_Rdb_DeleteStore(const OH_Rdb_Config *config) in OH_Rdb_DeleteStore()
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 2072 - [OH_Rdb_Config](reference/apis-arkdata/_o_h___rdb___config.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 1956 - [OH_Rdb_Config](reference/apis-arkdata/_o_h___rdb___config.md)
|