Transformer SDK For C
8.0.2.290852-a608fcd3
|
Represents an ordered map of columns and their values. More...
Data Fields | |
size_t | count |
kv_pair * | pairs |
Represents an ordered map of columns and their values.
This struct is used in persistence_interface::persist_get and persistence_interface::persist_query as an argument to the callback and holds the information retrieved from the database for each row. It essentially represents an entire row of a database table
size_t kv_pair_arr::count |
Number of column-value pairs in the kv_pair_arr::pairs array
kv_pair* kv_pair_arr::pairs |
Array holding column-value mappings