harmony 鸿蒙Rdb_ChangeInfo
Rdb_ChangeInfo
Overview
Defines a struct for the details about the device-cloud sync process.
Since: 11
Related module: RDB
Summary
Member Variables
Name | Description |
---|---|
version | Version of the Rdb_DistributedConfig struct. |
tableName | Name of the table with data changes. |
ChangeType | Type of the data changed, which can be data or asset. |
inserted | Location where data is inserted. If the primary key of the table is of the string type, the value is the value of the primary key. Otherwise, the value is the row number of the inserted data. |
updated | Location where data is updated. If the primary key of the table is of the string type, the value is the value of the primary key. Otherwise, the value is the row number of the updated data. |
deleted | Location where data is deleted. If the primary key of the table is of the string type, the value is the value of the primary key. Otherwise, the value is the row number of the deleted data. |
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦