|
PostgreSQL Source Code git master
|
#include <libpq-int.h>
Data Fields | |
| int | len |
| char * | value |
Definition at line 132 of file libpq-int.h.
| int pgresAttValue::len |
Definition at line 134 of file libpq-int.h.
Referenced by PQcopyResult(), PQgetisnull(), PQgetlength(), pqRowProcessor(), and PQsetvalue().
| char* pgresAttValue::value |
Definition at line 135 of file libpq-int.h.
Referenced by PQcopyResult(), PQgetvalue(), pqRowProcessor(), and PQsetvalue().