Searched refs:OH_Rdb_GetOrOpen (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 367 OH_Rdb_Store *OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_asset_test.cpp | 58 assetTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase()
|
H A D | rdb_store_test.cpp | 89 storeTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase() 921 rdbStore = OH_Rdb_GetOrOpen(nullptr, &errCode); 925 rdbStore = OH_Rdb_GetOrOpen(&config, nullptr); 929 rdbStore = OH_Rdb_GetOrOpen(&config, nullptr);
|
H A D | rdb_cursor_test.cpp | 59 cursorTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase()
|
H A D | rdb_predicates_test.cpp | 57 predicatesTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase()
|
/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实例,操作关系型数据库。 | 117 OH_Rdb_Store *store_ = OH_Rdb_GetOrOpen(&config, &errCode);
|
/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… 121 OH_Rdb_Store *store_ = OH_Rdb_GetOrOpen(&config, &errCode);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 114 | [OH_Rdb_GetOrOpen](_r_d_b.md#oh_rdb_getoropen) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*c…
|
H A D | _r_d_b.md | 139 | [OH_Rdb_GetOrOpen](#oh_rdb_getoropen) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*config, in… 1805 ### OH_Rdb_GetOrOpen() 1808 OH_Rdb_Store* OH_Rdb_GetOrOpen (const OH_Rdb_Config *config, int *errCode )
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 114 | [OH_Rdb_GetOrOpen](_r_d_b.md#oh_rdb_getoropen) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*c…
|
H A D | _r_d_b.md | 139 | [OH_Rdb_GetOrOpen](#oh_rdb_getoropen) (const [OH_Rdb_Config](_o_h___rdb___config.md) \*config, in… 1805 ### OH_Rdb_GetOrOpen() 1808 OH_Rdb_Store* OH_Rdb_GetOrOpen (const OH_Rdb_Config *config, int *errCode )
|
/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() function
|