3e74d0d8创建于 2025年12月15日历史提交

Rdb_KeyInfo

typedef struct {...} Rdb_KeyInfo

Overview

Defines a struct for the primary key or number of the row that changes.

Since: 11

Related module: RDB

Header file: relational_store.h

Summary

Member Variables

Name Description
int count Number of the changed primary keys or row numbers.
int type Type of the primary key. For details, see OH_ColumnType.
Rdb_KeyData* data Pointer to the changed data.