Spaces:
Running
Running
/* | |
*----------------------------------------------------------------------------- | |
* | |
* ../generic/pqStubs.h -- | |
* | |
* Stubs for procedures in pqStubDefs.txt | |
* | |
* Generated by genExtStubs.tcl: DO NOT EDIT | |
* 2015-06-26 12:55:15Z | |
* | |
*----------------------------------------------------------------------------- | |
*/ | |
typedef struct pqStubDefs { | |
/* Functions from libraries: pq */ | |
const char* (*pg_encoding_to_charPtr)(int); | |
void (*PQclearPtr)(PGresult*); | |
int (*PQclientEncodingPtr)(const PGconn*); | |
char* (*PQcmdTuplesPtr)(PGresult*); | |
PGconn* (*PQconnectdbPtr)(const char*); | |
char* (*PQerrorMessagePtr)(const PGconn*); | |
PGresult* (*PQdescribePreparedPtr)(PGconn*, const char*); | |
PGresult* (*PQexecPtr)(PGconn*, const char*); | |
PGresult* (*PQexecPreparedPtr)(PGconn*, const char*, int, const char *const*, const int*, const int*, int); | |
char* (*PQdbPtr)(const PGconn *); | |
void (*PQfinishPtr)(PGconn*); | |
char* (*PQfnamePtr)(PGresult*, int); | |
int (*PQfnumberPtr)(const PGresult*, const char*); | |
Oid (*PQftypePtr)(const PGresult*, int); | |
int (*PQgetisnullPtr)(const PGresult*, int, int); | |
int (*PQgetlengthPtr)(const PGresult*, int, int); | |
char* (*PQgetvaluePtr)(const PGresult*, int, int); | |
char* (*PQhostPtr)(const PGconn*); | |
int (*PQnfieldsPtr)(const PGresult*); | |
int (*PQnparamsPtr)(const PGresult*); | |
int (*PQntuplesPtr)(const PGresult*); | |
char* (*PQoptionsPtr)(const PGconn*); | |
Oid (*PQparamtypePtr)(const PGresult*, int); | |
char* (*PQpassPtr)(const PGconn*); | |
char* (*PQportPtr)(const PGconn*); | |
PGresult* (*PQpreparePtr)(PGconn*, const char*, const char*, int, const Oid*); | |
char* (*PQresultErrorFieldPtr)(const PGresult*, int); | |
ExecStatusType (*PQresultStatusPtr)(const PGresult*); | |
int (*PQsetClientEncodingPtr)(PGconn*, const char*); | |
PQnoticeProcessor (*PQsetNoticeProcessorPtr)(PGconn*, PQnoticeProcessor, void*); | |
ConnStatusType (*PQstatusPtr)(PGconn*); | |
char* (*PQuserPtr)(const PGconn*); | |
char* (*PQttyPtr)(const PGconn*); | |
} pqStubDefs; | |
MODULE_SCOPE const pqStubDefs *pqStubs; | |