提交 4d71bd5b 编写于 作者: W wuyongning

update docs

Signed-off-by: Nwuyongning <wuyongning@huawei.com>
上级 4ed5f19f
......@@ -23,7 +23,7 @@ getRdbStore(context: Context, config: StoreConfig, version: number, callback: As
**参数**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| config | [StoreConfig](#storeconfig) | 是 | 与此RDB存储相关的数据库配置。 |
| version | number | 是 | 数据库版本。 |
| callback | AsyncCallback&lt;[RdbStore](#rdbstore)&gt; | 是 | 指定callback回调函数。返回一个RdbStore。 |
......@@ -67,7 +67,7 @@ getRdbStore(context: Context, config: StoreConfig, version: number): Promise&lt;
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| config | [StoreConfig](#storeconfig) | 是 | 与此RDB存储相关的数据库配置。 |
| version | number | 是 | 数据库版本。 |
......@@ -129,7 +129,7 @@ deleteRdbStore(context: Context, name: string, callback: AsyncCallback&lt;void&g
**参数**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| name | string | 是 | 数据库名称。 |
| callback | AsyncCallback&lt;void&gt; | 是 | 指定callback回调函数。 |
......@@ -164,7 +164,7 @@ deleteRdbStore(context: Context, name: string): Promise&lt;void&gt;
**参数**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| context<sup>8+</sup> | Context | | 应用程序或功能的上下文 |
| name | string | 是 | 数据库名称。 |
**返回值**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册