PostgreSQL Source Code  git master
pgresAttValue Struct Reference

#include <libpq-int.h>

Data Fields

int len
 
char * value
 

Detailed Description

Definition at line 138 of file libpq-int.h.

Field Documentation

◆ len

int pgresAttValue::len

Definition at line 140 of file libpq-int.h.

Referenced by PQcopyResult(), PQgetisnull(), PQgetlength(), pqRowProcessor(), and PQsetvalue().

◆ value

char* pgresAttValue::value

Definition at line 141 of file libpq-int.h.

Referenced by PQcopyResult(), PQgetvalue(), pqRowProcessor(), and PQsetvalue().


The documentation for this struct was generated from the following file: