Transformer SDK For C  8.0.1.209428-2690cd2c
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 Wed Feb 28 2024 18:03:11 for Transformer SDK For C