Data Fields

db_row Struct Reference

Structure holding the result of a query table function. More...

#include <db_row.h>

Collaboration diagram for db_row:
Collaboration graph
[legend]

Data Fields


Detailed Description

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.


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