Rdb_KeyData
union Rdb_KeyData { ... }
Overview
Stores the changed data.
Related module: RDB
Header file: relational_store.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint64_t integer | Data of the uint64_t type. |
| double real | Data of the double type. |
| const char* text | Data of the char* type. |