提交 b7a385a7 编写于 作者: S songruirui

文档修改

Signed-off-by: Nsongruirui <songruirui1@huawei.com>
上级 a5fa172d
......@@ -6,7 +6,9 @@
>
>本模块首批接口从API version 9开始支持,后续版本的新增接口,采用上角标单独标记接口的起始版本。
>
>本模块接口均为系统接口,不支持第三方应用使用。
>本模块接口为系统接口。
>
>本模块接口仅可在Stage模型下使用。
## 导入模块
......
......@@ -413,8 +413,6 @@ console.info('resultSet.getDataType: ' + getDataType);
数据类型枚举。
只支持系统应用,不支持三方应用。
**系统能力:** SystemCapability.DistributedDataManager.DataShare.Core
| 名称 | 值 | 说明 |
......
......@@ -18,6 +18,8 @@ import { ValuesBucket } from '@ohos.data.ValuesBucket';
该类型用于表示数据库允许的数据字段类型。
**系统能力:** SystemCapability.DistributedDataManager.DataShare.Core
| 名称 | 说明 |
| ------- | -------------------- |
| number | 表示字段类型为数字。 |
......@@ -28,6 +30,8 @@ import { ValuesBucket } from '@ohos.data.ValuesBucket';
该类型用于存储一系列键值对。
**系统能力:** SystemCapability.DistributedDataManager.DataShare.Core
| 名称 | 参数类型 | 必填 | 说明 |
| ------------- | --------------------------------------------- | ---- | ------------------------------------------------------------ |
| [key: string] | [ValueType](#valuetype)\| Uint8Array \| null | 是 | 键的类型为字符串型;值的类型可以为数字、字符串、布尔值、无符号整型8位数组、空值。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册