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