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