Transformer SDK For C  7.1.9.29929-d422075
kv_pair_arr Struct Reference

Represents an ordered map of columns and their values. More...

Data Fields

size_t count
 
kv_pairpairs
 

Detailed Description

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

Field Documentation

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


The documentation for this struct was generated from the following file:

Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C