Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

pg_result Struct Reference

#include <libpq-int.h>

Data Fields

int ntups
int numAttributes
PGresAttDescattDescs
PGresAttValue ** tuples
int tupArrSize
int numParameters
PGresParamDescparamDescs
ExecStatusType resultStatus
char cmdStatus [CMDSTATUS_LEN]
int binary
PGNoticeHooks noticeHooks
PGEventevents
int nEvents
int client_encoding
char * errMsg
PGMessageFielderrFields
char null_field [1]
PGresult_datacurBlock
int curOffset
int spaceLeft

Detailed Description

Definition at line 169 of file libpq-int.h.


Field Documentation

Definition at line 191 of file libpq-int.h.

Referenced by do_field(), PQcopyResult(), and PQmakeEmptyPGresult().

char pg_result::cmdStatus[CMDSTATUS_LEN]

Definition at line 209 of file libpq-int.h.

Referenced by PQclear(), PQmakeEmptyPGresult(), and pqResultAlloc().

Definition at line 210 of file libpq-int.h.

Referenced by PQmakeEmptyPGresult(), and pqResultAlloc().

Definition at line 199 of file libpq-int.h.

Referenced by PQclear(), PQmakeEmptyPGresult(), PQresultErrorField(), and pqSaveMessageField().

Definition at line 178 of file libpq-int.h.

Referenced by getParamDescriptions(), PQclear(), PQmakeEmptyPGresult(), and PQparamtype().

Definition at line 211 of file libpq-int.h.

Referenced by PQmakeEmptyPGresult(), and pqResultAlloc().

Definition at line 176 of file libpq-int.h.

Referenced by pqAddTuple(), and PQmakeEmptyPGresult().


The documentation for this struct was generated from the following file: