|
PostgreSQL Source Code git master
|
#include <libpq-int.h>
Data Fields | |
| PGEventProc | proc |
| char * | name |
| void * | passThrough |
| void * | data |
| bool | resultInitialized |
Definition at line 155 of file libpq-int.h.
| void* PGEvent::data |
Definition at line 160 of file libpq-int.h.
Referenced by dupEvents(), PQinstanceData(), PQregisterEventProc(), PQresultInstanceData(), PQresultSetInstanceData(), and PQsetInstanceData().
| char* PGEvent::name |
Definition at line 158 of file libpq-int.h.
Referenced by dupEvents(), freePGconn(), PQclear(), and PQregisterEventProc().
| void* PGEvent::passThrough |
Definition at line 159 of file libpq-int.h.
Referenced by dupEvents(), freePGconn(), PQclear(), PQfireResultCreateEvents(), PQregisterEventProc(), PQreset(), and PQresetPoll().
| PGEventProc PGEvent::proc |
Definition at line 157 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 161 of file libpq-int.h.
Referenced by dupEvents(), PQclear(), PQcopyResult(), PQfireResultCreateEvents(), and PQregisterEventProc().