PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
PGEventProc | proc |
char * | name |
void * | passThrough |
void * | data |
bool | resultInitialized |
Definition at line 161 of file libpq-int.h.
void* PGEvent::data |
Definition at line 166 of file libpq-int.h.
Referenced by dupEvents(), PQinstanceData(), PQregisterEventProc(), PQresultInstanceData(), PQresultSetInstanceData(), and PQsetInstanceData().
char* PGEvent::name |
Definition at line 164 of file libpq-int.h.
Referenced by dupEvents(), freePGconn(), PQclear(), and PQregisterEventProc().
void* PGEvent::passThrough |
Definition at line 165 of file libpq-int.h.
Referenced by dupEvents(), freePGconn(), PQclear(), PQfireResultCreateEvents(), PQregisterEventProc(), PQreset(), and PQresetPoll().
PGEventProc PGEvent::proc |
Definition at line 163 of file libpq-int.h.
Referenced by dupEvents(), freePGconn(), PQclear(), PQfireResultCreateEvents(), PQinstanceData(), PQregisterEventProc(), PQreset(), PQresetPoll(), PQresultInstanceData(), PQresultSetInstanceData(), and PQsetInstanceData().
bool PGEvent::resultInitialized |
Definition at line 167 of file libpq-int.h.
Referenced by dupEvents(), PQclear(), PQcopyResult(), PQfireResultCreateEvents(), and PQregisterEventProc().