PostgreSQL Source Code git master
|
#include <libpq-int.h>
Data Fields | |
PGresult_data * | next |
char | space [1] |
Definition at line 100 of file libpq-int.h.
PGresult_data* pgresult_data::next |
Definition at line 102 of file libpq-int.h.
Referenced by PQclear(), and pqResultAlloc().
char pgresult_data::space[1] |
Definition at line 103 of file libpq-int.h.
Referenced by pqResultAlloc().