PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
PGQueryClass | queryclass |
char * | query |
struct PGcmdQueueEntry * | next |
Definition at line 349 of file libpq-int.h.
struct PGcmdQueueEntry* PGcmdQueueEntry::next |
Definition at line 353 of file libpq-int.h.
Referenced by pqAllocCmdQueueEntry(), pqAppendCmdQueueEntry(), pqCommandQueueAdvance(), and pqRecycleCmdQueueEntry().
char* PGcmdQueueEntry::query |
Definition at line 352 of file libpq-int.h.
Referenced by pqAllocCmdQueueEntry(), pqGetErrorNotice3(), pqPipelineSyncInternal(), pqRecycleCmdQueueEntry(), PQsendPrepare(), PQsendQueryGuts(), and PQsendQueryInternal().
PGQueryClass PGcmdQueueEntry::queryclass |
Definition at line 351 of file libpq-int.h.
Referenced by canChangeResultMode(), getRowDescriptions(), pqCommandQueueAdvance(), pqEndcopy3(), pqParseInput3(), pqPipelineProcessQueue(), pqPipelineSyncInternal(), PQputCopyEnd(), PQsendPrepare(), PQsendQueryGuts(), PQsendQueryInternal(), and PQsendTypedCommand().