Searched refs:OH_Rdb_GetVersion (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 644 int OH_Rdb_GetVersion(OH_Rdb_Store *store, int *version);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_test.cpp | 507 errCode = OH_Rdb_GetVersion(storeTestRdbStore_, &version); 512 errCode = OH_Rdb_GetVersion(storeTestRdbStore_, &version); 1001 errCode = OH_Rdb_GetVersion(nullptr, &version); 1003 errCode = OH_Rdb_GetVersion(storeTestRdbStore_, nullptr);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 129 | [OH_Rdb_GetVersion](_r_d_b.md#oh_rdb_getversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, …
|
H A D | _r_d_b.md | 153 | [OH_Rdb_GetVersion](#oh_rdb_getversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, int \*ver… 1863 ### OH_Rdb_GetVersion() 1866 int OH_Rdb_GetVersion (OH_Rdb_Store *store, int *version )
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 129 | [OH_Rdb_GetVersion](_r_d_b.md#oh_rdb_getversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, …
|
H A D | _r_d_b.md | 153 | [OH_Rdb_GetVersion](#oh_rdb_getversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, int \*ver… 1863 ### OH_Rdb_GetVersion() 1866 int OH_Rdb_GetVersion (OH_Rdb_Store *store, int *version )
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 615 int OH_Rdb_GetVersion(OH_Rdb_Store *store, int *version) in OH_Rdb_GetVersion() function
|