harmony 鸿蒙Rdb_ChangeInfo

  • 2025-06-12
  • 浏览 (5)

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.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkData (ArkData Management)

harmony 鸿蒙Data

harmony 鸿蒙OH_Cursor

harmony 鸿蒙OH_Predicates

harmony 鸿蒙OH_Rdb_Config

harmony 鸿蒙OH_Rdb_Store

harmony 鸿蒙OH_VBucket

harmony 鸿蒙OH_VObject

harmony 鸿蒙Preferences

harmony 鸿蒙_r_d_b

0  赞