|
PostgreSQL Source Code git master
|
#include <libpq-int.h>
Definition at line 164 of file libpq-int.h.
| PGresAttDesc* pg_result::attDescs |
Definition at line 168 of file libpq-int.h.
Referenced by PQclear(), PQcopyResult(), PQfformat(), PQfmod(), PQfname(), PQfnumber(), PQfsize(), PQftable(), PQftablecol(), PQftype(), pqRowProcessor(), and PQsetResultAttrs().
| int pg_result::binary |
Definition at line 176 of file libpq-int.h.
Referenced by PQbinaryTuples(), and PQsetResultAttrs().
| int pg_result::client_encoding |
Definition at line 186 of file libpq-int.h.
Referenced by do_field(), pqBuildErrorMessage3(), and PQcopyResult().
| char pg_result::cmdStatus[CMDSTATUS_LEN] |
Definition at line 175 of file libpq-int.h.
Referenced by PQcmdStatus(), PQcmdTuples(), PQcopyResult(), PQoidStatus(), PQoidValue(), and pqParseInput3().
| PGresult_data* pg_result::curBlock |
Definition at line 205 of file libpq-int.h.
Referenced by PQclear(), and pqResultAlloc().
| int pg_result::curOffset |
Definition at line 206 of file libpq-int.h.
Referenced by pqResultAlloc().
| PGMessageField* pg_result::errFields |
Definition at line 194 of file libpq-int.h.
Referenced by pqBuildErrorMessage3(), PQclear(), PQresultErrorField(), and pqSaveMessageField().
| char* pg_result::errMsg |
Definition at line 193 of file libpq-int.h.
Referenced by pqBuildErrorMessage3(), pqGetErrorNotice3(), pqInternalNotice(), PQresultErrorMessage(), and pqSetResultError().
| char* pg_result::errQuery |
Definition at line 195 of file libpq-int.h.
Referenced by pqBuildErrorMessage3(), and pqGetErrorNotice3().
| PGEvent* pg_result::events |
Definition at line 184 of file libpq-int.h.
Referenced by PQclear(), PQcopyResult(), and PQfireResultCreateEvents().
| size_t pg_result::memorySize |
Definition at line 209 of file libpq-int.h.
Referenced by pqAddTuple(), pqResultAlloc(), and PQresultMemorySize().
| int pg_result::nEvents |
Definition at line 185 of file libpq-int.h.
Referenced by PQclear(), PQcopyResult(), PQfireResultCreateEvents(), and PQgetResult().
| PGNoticeHooks pg_result::noticeHooks |
Definition at line 183 of file libpq-int.h.
Referenced by check_field_number(), check_param_number(), check_tuple_field_number(), defaultNoticeReceiver(), PQcmdTuples(), PQcopyResult(), pqGetErrorNotice3(), pqInternalNotice(), and PQsetvalue().
| int pg_result::ntups |
Definition at line 166 of file libpq-int.h.
Referenced by check_tuple_field_number(), pqAddTuple(), PQcopyResult(), PQmakeEmptyPGresult(), PQntuples(), pqRowProcessor(), and PQsetvalue().
| char pg_result::null_field[1] |
Definition at line 198 of file libpq-int.h.
Referenced by pqResultAlloc(), pqRowProcessor(), PQsetResultAttrs(), and PQsetvalue().
| int pg_result::numAttributes |
Definition at line 167 of file libpq-int.h.
Referenced by check_field_number(), check_tuple_field_number(), getAnotherTuple(), PQcopyResult(), PQfnumber(), PQnfields(), pqRowProcessor(), PQsetResultAttrs(), and PQsetvalue().
| int pg_result::numParameters |
Definition at line 172 of file libpq-int.h.
Referenced by check_param_number(), and PQnparams().
| PGresParamDesc* pg_result::paramDescs |
Definition at line 173 of file libpq-int.h.
Referenced by PQclear(), and PQparamtype().
| ExecStatusType pg_result::resultStatus |
Definition at line 174 of file libpq-int.h.
Referenced by getCopyResult(), lo_initialize(), pqBuildErrorMessage3(), PQconnectPoll(), pqGetErrorNotice3(), PQgetResult(), pqParseInput3(), pqPrepareAsyncResult(), PQresultStatus(), PQresultVerboseErrorMessage(), pqRowProcessor(), and PQsetClientEncoding().
| int pg_result::spaceLeft |
Definition at line 207 of file libpq-int.h.
Referenced by pqResultAlloc().
| int pg_result::tupArrSize |
Definition at line 171 of file libpq-int.h.
Referenced by pqAddTuple().
| PGresAttValue** pg_result::tuples |
Definition at line 169 of file libpq-int.h.
Referenced by pqAddTuple(), PQclear(), PQcopyResult(), PQgetisnull(), PQgetlength(), PQgetvalue(), and PQsetvalue().