Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
db64732d
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
db64732d
编写于
6月 26, 2023
作者:
R
renjiecui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify doc
Signed-off-by:
N
renjiecui
<
cuirenjie@huawei.com
>
上级
b75a5b95
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
14 addition
and
14 deletion
+14
-14
zh-cn/application-dev/reference/apis/js-apis-data-relationalStore.md
...cation-dev/reference/apis/js-apis-data-relationalStore.md
+14
-14
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-data-relationalStore.md
浏览文件 @
db64732d
...
...
@@ -361,7 +361,7 @@ class EntryAbility extends UIAbility {
| uri | string | 是 | 资产的uri,在系统里的绝对路径。 |
| path | string | 是 | 资产在应用沙箱里的路径。 |
| createTime | string | 是 | 资产被创建出来的时间。 |
| modify
Time
| string | 是 | 资产最后一次被修改的时间。 |
| modify
Time
| string | 是 | 资产最后一次被修改的时间。 |
| size | string | 是 | 资产占用空间的大小。 |
| status |
[
AssetStatus
](
#assetstatus10
)
| 否 | 资产的状态,默认值为ASSET_NORMAL。 |
...
...
@@ -425,7 +425,7 @@ class EntryAbility extends UIAbility {
## ChangeType<sup>10+</sup>
描述数据变更类型的枚举。
描述数据变更类型的枚举。
请使用枚举名称而非枚举值。
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core
...
...
@@ -433,8 +433,8 @@ class EntryAbility extends UIAbility {
| 名称 | 值 | 说明 |
| -------------------------- | --- | -------------------------- |
| DATA_CHANGE | - | 表示是数据发生变更。
请使用枚举名称而非枚举值。
|
| ASSET_CHANGE | - | 表示是资产附件发生了变更。
请使用枚举名称而非枚举值。
|
| DATA_CHANGE | - | 表示是数据发生变更。 |
| ASSET_CHANGE | - | 表示是资产附件发生了变更。 |
## ChangeInfo<sup>10+</sup>
...
...
@@ -458,8 +458,8 @@ class EntryAbility extends UIAbility {
| 名称 | 值 | 说明 |
| ------------------ | --- | -------------------------------------------------------------------------------------------------- |
| DISTRIBUTED_DEVICE | 0 | 表示
表在不同设备之间分布式
。
<br>
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core |
| DISTRIBUTED_CLOUD | - | 表示
表在设备和云端之间分布式
。请使用枚举名称而非枚举值。
<br>
**系统能力:**
SystemCapability.DistributedDataManager.CloudSync.Client |
| DISTRIBUTED_DEVICE | 0 | 表示
在不同设备之间分布式的列表
。
<br>
**系统能力:**
SystemCapability.DistributedDataManager.RelationalStore.Core |
| DISTRIBUTED_CLOUD | - | 表示
在设备和云端之间分布式的列表
。请使用枚举名称而非枚举值。
<br>
**系统能力:**
SystemCapability.DistributedDataManager.CloudSync.Client |
## DistributedConfig<sup>10+</sup>
...
...
@@ -3018,8 +3018,8 @@ store.setDistributedTables(["EMPLOYEE"], relationalStore.DistributedType.DISTRIB
| 参数名 | 类型 | 必填 | 说明 |
| ------ | ----------------------------------------- | ---- | ---------------------------------------------------- |
| tables | Array
<
string
>
| 是 | 要设置的分布式列表表名。 |
| type |
[
DistributedType
](
#distributedtype10
)
| 否 | 表的分布式类型。
<br>
API version 10新增可选参数。默认值是DISTRIBUTED_DEVICE。 |
| config |
[
DistributedConfig
](
#distributedconfig10
)
| 否 | 表的分布式配置信息。
<br/>
API version 10新增可选参数。不传入时默认
只支持手动同步。 |
| type |
[
DistributedType
<sup>10+</sup>
](
#distributedtype10
)
| 否 | 表的分布式类型。
<br>
API version 10新增可选参数。默认值是DISTRIBUTED_DEVICE。 |
| config |
[
DistributedConfig
<sup>10+</sup>
](
#distributedconfig10
)
| 否 | 表的分布式配置信息。
<br/>
API version 10新增可选参数。不传入时默认autoSync为false,即
只支持手动同步。 |
**返回值**
:
...
...
@@ -3062,7 +3062,7 @@ setDistributedTables(tables: Array<string>, type: number, config: Distribu
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------- | --- | --------------- |
| tables | Array
<
string
>
| 是 | 要设置的分布式列表表名。 |
| type | number | 是 | 表的分布式类型。 |
| type | number | 是 | 表的分布式类型。
目前支持的入参值为: 0、relationalStore.DistributedType.DISTRIBUTED_CLOUD。
<br>
当type为0时,表示表在不同设备之间分布式。
<br>
当type为relationalStore.DistributedType.DISTRIBUTED_CLOUD时,表示表在设备和云端之间分布式。
|
| config |
[
DistributedConfig
](
#distributedconfig10
)
| 是 | 表的分布式配置信息。 |
| callback | AsyncCallback
<
void
>
| 是 | 指定callback回调函数。 |
...
...
@@ -3332,7 +3332,7 @@ on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<stri
| -------- | ----------------------------------- | ---- | ------------------------------------------- |
| event | string | 是 | 取值为'dataChange',表示数据更改。 |
| type |
[
SubscribeType
](
#subscribetype
)
| 是 | 订阅类型。 |
| observer | Callback
<
Array
<
string
>>
\|
Callback
<
Array
<
ChangeInfo
>>
<sup>
10+
</sup>
| 是 | 回调函数。
<br>
当type为SUBSCRIBE_TYPE_REMOTE,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的对端设备ID。
<br>
当type为SUBSCRIBE_TYPE_CLOUD,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的云端
账
号。
<br>
当type为SUBSCRIBE_TYPE_CLOUD_DETAILS,observer类型需为Callback
<
Array
<
ChangeInfo
>>
,其中Array
<
ChangeInfo
>
为数据库端云同步过程的详情。 |
| observer | Callback
<
Array
<
string
>>
\|
Callback
<
Array
<
ChangeInfo
>>
<sup>
10+
</sup>
| 是 | 回调函数。
<br>
当type为SUBSCRIBE_TYPE_REMOTE,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的对端设备ID。
<br>
当type为SUBSCRIBE_TYPE_CLOUD,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的云端
帐
号。
<br>
当type为SUBSCRIBE_TYPE_CLOUD_DETAILS,observer类型需为Callback
<
Array
<
ChangeInfo
>>
,其中Array
<
ChangeInfo
>
为数据库端云同步过程的详情。 |
**示例:**
...
...
@@ -3363,7 +3363,7 @@ off(event:'dataChange', type: SubscribeType, observer?: Callback<Array<str
| -------- | ---------------------------------- | ---- | ------------------------------------------ |
| event | string | 是 | 取值为'dataChange',表示数据更改。 |
| type |
[
SubscribeType
](
#subscribetype
)
| 是 | 订阅类型。 |
| observer | Callback
<
Array
<
string
>>
\|
Callback
<
Array
<
ChangeInfo
>>
<sup>
10+
</sup>
| 否 | 回调函数。
<br/>
当type为SUBSCRIBE_TYPE_REMOTE,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的对端设备ID。
<br/>
当type为SUBSCRIBE_TYPE_CLOUD,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的云端
账号ID
。
<br/>
当type为SUBSCRIBE_TYPE_CLOUD_DETAILS,observer类型需为Callback
<
Array
<
ChangeInfo
>>
,其中Array
<
ChangeInfo
>
为数据库端云同步过程的详情。
<br>
当observer没有传入时,表示取消当前type类型下所有数据变更的事件监听。 |
| observer | Callback
<
Array
<
string
>>
\|
Callback
<
Array
<
ChangeInfo
>>
<sup>
10+
</sup>
| 否 | 回调函数。
<br/>
当type为SUBSCRIBE_TYPE_REMOTE,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的对端设备ID。
<br/>
当type为SUBSCRIBE_TYPE_CLOUD,observer类型需为Callback
<
Array
<
string
>>
,其中Array
<
string
>
为数据库中的数据发生改变的云端
帐号
。
<br/>
当type为SUBSCRIBE_TYPE_CLOUD_DETAILS,observer类型需为Callback
<
Array
<
ChangeInfo
>>
,其中Array
<
ChangeInfo
>
为数据库端云同步过程的详情。
<br>
当observer没有传入时,表示取消当前type类型下所有数据变更的事件监听。 |
**示例:**
...
...
@@ -3867,7 +3867,7 @@ getAsset(columnIndex: number): Asset
| 类型 | 说明 |
| --------------- | -------------------------- |
|
[
Asset
](
#asset10
)
| 以
[
Asset
](
#asset10
)
形式返回指定列的值。 |
|
[
Asset
](
#asset10
)
| 以
Asset
形式返回指定列的值。 |
**错误码:**
...
...
@@ -3875,7 +3875,7 @@ getAsset(columnIndex: number): Asset
|
**错误码ID**
|
**错误信息**
|
| --------- | ------------------------------------------------------------ |
| 14800013 |
t
he column value is null or the column type is incompatible. |
| 14800013 |
T
he column value is null or the column type is incompatible. |
**示例:**
...
...
@@ -3909,7 +3909,7 @@ getAssets(columnIndex: number): Assets
|
**错误码ID**
|
**错误信息**
|
| ------------ | ------------------------------------------------------------ |
| 14800013 |
t
he column value is null or the column type is incompatible. |
| 14800013 |
T
he column value is null or the column type is incompatible. |
**示例:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录