PostgreSQL Source Code: pgParameterStatus Struct Reference (original) (raw)
#include <[libpq-int.h](libpq-int%5F8h%5Fsource.html)>
Data Fields | |
---|---|
struct pgParameterStatus * | next |
char * | name |
char * | value |
Detailed Description
Definition at line 269 of file libpq-int.h.
Field Documentation
◆ name
char* pgParameterStatus::name
Definition at line 272 of file libpq-int.h.
Referenced by PQparameterStatus(), and pqSaveParameterStatus().
◆ next
struct pgParameterStatus* pgParameterStatus::next
Definition at line 271 of file libpq-int.h.
Referenced by pqDropServerData(), PQparameterStatus(), and pqSaveParameterStatus().
◆ value
char* pgParameterStatus::value
Definition at line 273 of file libpq-int.h.
Referenced by PQparameterStatus(), and pqSaveParameterStatus().
The documentation for this struct was generated from the following file:
- src/interfaces/libpq/libpq-int.h