Searched refs:OH_Rdb_SetVersion (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 657 int OH_Rdb_SetVersion(OH_Rdb_Store *store, int version);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 130 | [OH_Rdb_SetVersion](_r_d_b.md#oh_rdb_setversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, …
|
H A D | _r_d_b.md | 154 | [OH_Rdb_SetVersion](#oh_rdb_setversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, int versi… 2090 ### OH_Rdb_SetVersion() 2093 int OH_Rdb_SetVersion (OH_Rdb_Store *store, int version )
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_test.cpp | 511 errCode = OH_Rdb_SetVersion(storeTestRdbStore_, setVersion); 998 errCode = OH_Rdb_SetVersion(nullptr, version);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 130 | [OH_Rdb_SetVersion](_r_d_b.md#oh_rdb_setversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, …
|
H A D | _r_d_b.md | 154 | [OH_Rdb_SetVersion](#oh_rdb_setversion) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, int versi… 2090 ### OH_Rdb_SetVersion() 2093 int OH_Rdb_SetVersion (OH_Rdb_Store *store, int version )
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 624 int OH_Rdb_SetVersion(OH_Rdb_Store *store, int version) in OH_Rdb_SetVersion() function
|