PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PGEvent Struct Reference

#include <libpq-int.h>

Data Fields

PGEventProc proc
 
charname
 
voidpassThrough
 
voiddata
 
bool resultInitialized
 

Detailed Description

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

Field Documentation

◆ data

◆ name

char* PGEvent::name

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

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

◆ passThrough

void* PGEvent::passThrough

◆ proc

◆ resultInitialized

bool PGEvent::resultInitialized

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

Referenced by PQclear(), PQcopyResult(), PQfireResultCreateEvents(), and PQregisterEventProc().


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