preproc-comment.c File Reference
Include dependency graph for preproc-comment.c:
Go to the source code of this file.
#define
ECPGdebug(X, Y) ECPGdebug((X)+100,(Y))
Macro Definition Documentation
◆ ECPGdebug
#define ECPGdebug
(
X,
Y
)
ECPGdebug((X)+100,(Y))
Function Documentation
◆ main()
Definition at line 30 of file preproc-comment.c.
31{
33
34 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0); }
35#line 17 "comment.pgc"
36
37
39#line 19 "comment.pgc"
40
41 exit (0);
42}
bool ECPGdisconnect(int lineno, const char *connection_name)
bool ECPGconnect(int lineno, int c, const char *name, const char *user, const char *passwd, const char *connection_name, int autocommit)
References ECPGconnect(), ECPGdebug, and ECPGdisconnect().
Variable Documentation