PostgreSQL Source Code  git master
PGEvent Struct Reference

#include <libpq-int.h>

Data Fields

PGEventProc proc
 
char * name
 
void * passThrough
 
void * data
 
bool resultInitialized
 

Detailed Description

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

Field Documentation

◆ data

◆ name

char* PGEvent::name

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

Referenced by dupEvents(), freePGconn(), PQclear(), and PQregisterEventProc().

◆ passThrough

void* PGEvent::passThrough

◆ proc

◆ resultInitialized

bool PGEvent::resultInitialized

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