Home
last modified time | relevance | path

Searched refs:OH_Rdb_Update (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/database/
H A Dnative-relational-store-guidelines.md38 | OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates) | 根据OH_Pr…
148 调用OH_Rdb_Update方法修改数据,调用OH_Rdb_Delete方法删除数据。示例代码如下所示:
170 int changeRows = OH_Rdb_Update(store_, valueBucket, predicates);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp175 errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates);
575 int errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates);
581 errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates1);
583 errCode = OH_Rdb_Update(nullptr, valueBucket, predicates);
585 errCode = OH_Rdb_Update(storeTestRdbStore_, nullptr, predicates);
1157 int errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket, predicates);
1391 errCode = OH_Rdb_Update(storeTestRdbStore_, valueBucket2, predicates);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h457 int OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates);
/ohos5.0/docs/en/application-dev/database/
H A Dnative-relational-store-guidelines.md38 | OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates) | Updates…
152 Call **OH_Rdb_Update** to modify data, and call **OH_Rdb_Delete** to delete data. <br>Example:
174 int changeRows = OH_Rdb_Update(store_, valueBucket, predicates);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md119 | [OH_Rdb_Update](_r_d_b.md#oh_rdb_update) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, [OH_VBuc…
H A D_r_d_b.md143 | [OH_Rdb_Update](#oh_rdb_update) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, [OH_VBucket](_o_h…
2266 ### OH_Rdb_Update()
2269 int OH_Rdb_Update (OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates )
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md119 | [OH_Rdb_Update](_r_d_b.md#oh_rdb_update) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, [OH_VBuc…
H A D_r_d_b.md143 | [OH_Rdb_Update](#oh_rdb_update) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, [OH_VBucket](_o_h…
2266 ### OH_Rdb_Update()
2269 int OH_Rdb_Update (OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates )
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp457 int OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valueBucket, OH_Predicates *predicates) in OH_Rdb_Update() function