oh_rdb_types.h
Overview
Provides type definitions related to data values.
Library: libnative_rdb_ndk.z.so
System capability: SystemCapability.DistributedDataManager.RelationalStore.Core
Since: 18
Related module: RDB
Summary
Types
| Name | Description |
|---|---|
| typedef enum Rdb_ConflictResolution Rdb_ConflictResolution | Defines an enum for conflict resolution policies. |
Enums
| Name | Description |
|---|---|
| Rdb_ConflictResolution { RDB_CONFLICT_NONE = 1, RDB_CONFLICT_ROLLBACK, RDB_CONFLICT_ABORT, RDB_CONFLICT_FAIL, RDB_CONFLICT_IGNORE, RDB_CONFLICT_REPLACE } | Enumerates the conflict resolution policies. |