mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
*** empty log message ***
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include <postgres.h>
|
||||
#include <libpq-fe.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
@ -49,6 +50,17 @@ extern "C"
|
||||
|
||||
#define SQLCODE sqlca.sqlcode
|
||||
|
||||
/* dynamic SQL */
|
||||
|
||||
unsigned int ECPGDynamicType(Oid type);
|
||||
unsigned int ECPGDynamicType_DDT(Oid type);
|
||||
PGresult * ECPGresultByDescriptor(int line,const char *name);
|
||||
bool ECPGdo_descriptor(int line,const char *connection,
|
||||
const char *descriptor,const char *query);
|
||||
bool ECPGdeallocate_desc(int line,const char *name);
|
||||
bool ECPGallocate_desc(int line,const char *name);
|
||||
void ECPGraise(int line,int code);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user