You need to sign in or sign up before continuing.
未验证 提交 d6be4744 编写于 作者: O openharmony_ci 提交者: Gitee

!15233 [翻译完成】#I6EOVA

Merge pull request !15233 from Annie_wang/PR14576A
......@@ -10,7 +10,7 @@ Most of the RDB store APIs are asynchronous interfaces, which can use a callback
### Creating or Deleting an RDB Store
The table below describes the APIs available for creating and deleting an RDB store.
The following table describes the APIs available for creating and deleting an RDB store.
**Table 1** APIs for creating and deleting an RDB store
......@@ -71,7 +71,7 @@ The **RDB** module provides APIs for inserting, deleting, updating, and querying
The **RDB** module provides **RdbPredicates** for you to set database operation conditions.
The table below lists common predicates. For more information about predicates, see [**RdbPredicates**](../reference/apis/js-apis-data-rdb.md#rdbpredicates).
The following table lists common predicates. For more information about predicates, see [**RdbPredicates**](../reference/apis/js-apis-data-rdb.md#rdbpredicates).
**Table 6** APIs for using RDB store predicates
......@@ -250,7 +250,7 @@ You can obtain the distributed table name for a remote device based on the local
```js
function storeObserver(devices) {
for (let i = 0; i < devices.length; i++) {
console.log('device=' + device[i] + ' data changed')
console.log('device=' + devices[i] + ' data changed')
}
}
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册