PostgreSQL Source Code  git master
pgDataValue Struct Reference

#include <libpq-int.h>

Data Fields

int len
 
const char * value
 

Detailed Description

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

Field Documentation

◆ len

int pgDataValue::len

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

Referenced by getAnotherTuple(), and pqRowProcessor().

◆ value

const char* pgDataValue::value

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

Referenced by getAnotherTuple().


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