PostgreSQL Source Code  git master
PGEventResultCopy Struct Reference

#include <libpq-events.h>

Data Fields

const PGresultsrc
 
PGresultdest
 

Detailed Description

Definition at line 58 of file libpq-events.h.

Field Documentation

◆ dest

PGresult* PGEventResultCopy::dest

Definition at line 61 of file libpq-events.h.

Referenced by PQcopyResult().

◆ src

const PGresult* PGEventResultCopy::src

Definition at line 60 of file libpq-events.h.

Referenced by PQcopyResult().


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