PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
int | len |
const char * | value |
Definition at line 306 of file libpq-int.h.
int pgDataValue::len |
Definition at line 308 of file libpq-int.h.
Referenced by getAnotherTuple(), and pqRowProcessor().
const char* pgDataValue::value |
Definition at line 309 of file libpq-int.h.
Referenced by getAnotherTuple().