PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
PQnoticeReceiver | noticeRec |
void * | noticeRecArg |
PQnoticeProcessor | noticeProc |
void * | noticeProcArg |
Definition at line 153 of file libpq-int.h.
PQnoticeProcessor PGNoticeHooks::noticeProc |
Definition at line 157 of file libpq-int.h.
Referenced by defaultNoticeReceiver(), pqMakeEmptyPGconn(), PQmakeEmptyPGresult(), and PQsetNoticeProcessor().
void* PGNoticeHooks::noticeProcArg |
Definition at line 158 of file libpq-int.h.
Referenced by defaultNoticeReceiver(), PQmakeEmptyPGresult(), and PQsetNoticeProcessor().
PQnoticeReceiver PGNoticeHooks::noticeRec |
Definition at line 155 of file libpq-int.h.
Referenced by pqGetErrorNotice3(), pqInternalNotice(), pqMakeEmptyPGconn(), PQmakeEmptyPGresult(), and PQsetNoticeReceiver().
void* PGNoticeHooks::noticeRecArg |
Definition at line 156 of file libpq-int.h.
Referenced by pqGetErrorNotice3(), pqInternalNotice(), PQmakeEmptyPGresult(), and PQsetNoticeReceiver().