mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
*** empty log message ***
This commit is contained in:
@ -7,6 +7,7 @@ extern "C"
|
||||
|
||||
void ECPGdebug(int, FILE *);
|
||||
bool ECPGstatus(int, const char *);
|
||||
bool ECPGsetcommit(int, const char *, const char *);
|
||||
bool ECPGsetconn(int, const char *);
|
||||
bool ECPGconnect(int, const char *, const char *, const char *, const char *, int);
|
||||
bool ECPGdo(int, const char *, char *,...);
|
||||
|
Reference in New Issue
Block a user