PostgreSQL Source Code: pgresAttValue Struct Reference (original) (raw)
pgresAttValue Struct Reference
#include <[libpq-int.h](libpq-int%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int | len |
char * | value |
Detailed Description
Definition at line 132 of file libpq-int.h.
Field Documentation
◆ len
int pgresAttValue::len
Definition at line 134 of file libpq-int.h.
Referenced by PQcopyResult(), PQgetisnull(), PQgetlength(), pqRowProcessor(), and PQsetvalue().
◆ value
char* pgresAttValue::value
Definition at line 135 of file libpq-int.h.
Referenced by PQcopyResult(), PQgetvalue(), pqRowProcessor(), and PQsetvalue().
The documentation for this struct was generated from the following file:
- src/interfaces/libpq/libpq-int.h