#include <libpq-int.h>
Data Fields | |
int | ntups |
int | numAttributes |
PGresAttDesc * | attDescs |
PGresAttValue ** | tuples |
int | tupArrSize |
int | numParameters |
PGresParamDesc * | paramDescs |
ExecStatusType | resultStatus |
char | cmdStatus [CMDSTATUS_LEN] |
int | binary |
PGNoticeHooks | noticeHooks |
PGEvent * | events |
int | nEvents |
int | client_encoding |
char * | errMsg |
PGMessageField * | errFields |
char | null_field [1] |
PGresult_data * | curBlock |
int | curOffset |
int | spaceLeft |
Definition at line 169 of file libpq-int.h.
Definition at line 173 of file libpq-int.h.
Referenced by getAnotherTuple(), getCopyStart(), getRowDescriptions(), PQclear(), PQcopyResult(), PQfformat(), PQfmod(), PQfname(), PQfnumber(), PQfsize(), PQftable(), PQftablecol(), PQftype(), PQmakeEmptyPGresult(), pqRowProcessor(), and PQsetResultAttrs().
Definition at line 181 of file libpq-int.h.
Referenced by getAnotherTuple(), getCopyStart(), getRowDescriptions(), PQbinaryTuples(), PQmakeEmptyPGresult(), and PQsetResultAttrs().
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 180 of file libpq-int.h.
Referenced by PQcmdStatus(), PQcmdTuples(), PQcopyResult(), PQmakeEmptyPGresult(), PQoidStatus(), PQoidValue(), pqParseInput2(), and pqParseInput3().
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().
char* pg_result::errMsg |
Definition at line 198 of file libpq-int.h.
Referenced by pqCatenateResultError(), PQexecFinish(), pqGetErrorNotice2(), pqGetErrorNotice3(), PQmakeEmptyPGresult(), PQresultErrorMessage(), pqSaveErrorResult(), and pqSetResultError().
Definition at line 189 of file libpq-int.h.
Referenced by PQclear(), PQcopyResult(), PQfireResultCreateEvents(), PQgetResult(), PQmakeEmptyPGresult(), PQresultInstanceData(), and PQresultSetInstanceData().
Definition at line 190 of file libpq-int.h.
Referenced by PQclear(), PQcopyResult(), PQfireResultCreateEvents(), PQgetResult(), PQmakeEmptyPGresult(), PQresultInstanceData(), and PQresultSetInstanceData().
Definition at line 188 of file libpq-int.h.
Referenced by check_field_number(), check_param_number(), check_tuple_field_number(), defaultNoticeReceiver(), PQcmdTuples(), PQcopyResult(), pqGetErrorNotice2(), pqGetErrorNotice3(), and PQmakeEmptyPGresult().
int pg_result::ntups |
Definition at line 171 of file libpq-int.h.
Referenced by check_tuple_field_number(), pqAddTuple(), PQcopyResult(), PQmakeEmptyPGresult(), PQntuples(), and PQsetvalue().
char pg_result::null_field[1] |
Definition at line 202 of file libpq-int.h.
Referenced by PQmakeEmptyPGresult(), pqResultAlloc(), pqRowProcessor(), PQsetResultAttrs(), and PQsetvalue().
Definition at line 172 of file libpq-int.h.
Referenced by check_field_number(), check_tuple_field_number(), getAnotherTuple(), getCopyStart(), getRowDescriptions(), PQcopyResult(), PQfnumber(), PQmakeEmptyPGresult(), PQnfields(), pqRowProcessor(), PQsetResultAttrs(), and PQsetvalue().
Definition at line 177 of file libpq-int.h.
Referenced by check_param_number(), getParamDescriptions(), PQmakeEmptyPGresult(), and PQnparams().
Definition at line 178 of file libpq-int.h.
Referenced by getParamDescriptions(), PQclear(), PQmakeEmptyPGresult(), and PQparamtype().
Definition at line 179 of file libpq-int.h.
Referenced by lo_initialize(), PQconnectPoll(), pqEndcopy2(), pqEndcopy3(), PQexecFinish(), PQexecStart(), pqGetErrorNotice2(), pqGetErrorNotice3(), PQgetResult(), PQmakeEmptyPGresult(), pqParseInput3(), PQresultStatus(), pqRowProcessor(), pqSaveErrorResult(), and PQsetClientEncoding().
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().
Definition at line 174 of file libpq-int.h.
Referenced by pqAddTuple(), PQclear(), PQcopyResult(), PQgetisnull(), PQgetlength(), PQgetvalue(), PQmakeEmptyPGresult(), and PQsetvalue().