PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
struct pgMessageField * | next |
char | code |
char | contents [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 145 of file libpq-int.h.
char pgMessageField::code |
Definition at line 148 of file libpq-int.h.
Referenced by PQresultErrorField(), and pqSaveMessageField().
char pgMessageField::contents[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 149 of file libpq-int.h.
Referenced by PQresultErrorField(), and pqSaveMessageField().
struct pgMessageField* pgMessageField::next |
Definition at line 147 of file libpq-int.h.
Referenced by PQresultErrorField(), and pqSaveMessageField().