Structure holding the result of a query table function. More...
#include <db_row.h>

It represents one row in a database table. In other words, the row is an array of db_val_t variables, where each db_val_t variable represents exactly one cell in the table.
Definition at line 47 of file db_row.h.
1.7.1