Home
last modified time | relevance | path

Searched refs:OH_Rdb_GetOrOpen (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h367 OH_Rdb_Store *OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_asset_test.cpp58 assetTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase()
H A Drdb_store_test.cpp89 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 Drdb_cursor_test.cpp59 cursorTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase()
H A Drdb_predicates_test.cpp57 predicatesTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SetUpTestCase()
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dnative-relational-store-guidelines.md35 | 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 Dnative-relational-store-guidelines.md35 | 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 Drelational__store_8h.md114 | [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.md139 | [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 Drelational__store_8h.md114 | [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.md139 | [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 Drelational_store.cpp343 OH_Rdb_Store *OH_Rdb_GetOrOpen(const OH_Rdb_Config *config, int *errCode) in OH_Rdb_GetOrOpen() function