1/* Processed by ecpg (regression mode) */
2/* These include files are added by the preprocessor */
6/* End of automatic include section */
7 #define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
9#line 1 "copystdout.pgc"
14#ifndef POSTGRES_SQLCA_H
15 #define POSTGRES_SQLCA_H
18#if defined(WIN32) || defined(__CYGWIN__)
19#define PGDLLIMPORT __declspec (dllimport)
22#endif /* __CYGWIN__ */
23#endif /* PGDLLIMPORT */
25 #define SQLERRMC_LEN 150
44 /* Element 0: empty */
45 /* 1: OID of processed tuple if applicable */
46 /* 2: number of rows processed */
47 /* after an INSERT, UPDATE or */
48 /* DELETE statement */
53 /* Element 0: set to 'W' if at least one other is 'W' */
54 /* 1: if 'W' at least one character string */
55 /* value was truncated when it was */
56 /* stored into a host variable. */
59 * 2: if 'W' a (hopefully) non-fatal notice occurred
71#ifndef POSTGRES_ECPG_INTERNAL
72 #define sqlca (*ECPGget_sqlca())
81#line 3 "copystdout.pgc"
91#line 4 "copystdout.pgc"
94/* exec sql whenever sqlerror sqlprint ; */
95#line 6 "copystdout.pgc"
103 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0);
104#line 13 "copystdout.pgc"
107#line 13 "copystdout.pgc"
110#line 14 "copystdout.pgc"
113#line 14 "copystdout.pgc"
116#line 15 "copystdout.pgc"
119#line 15 "copystdout.pgc"
122#line 16 "copystdout.pgc"
125#line 16 "copystdout.pgc"
128#line 17 "copystdout.pgc"
131#line 17 "copystdout.pgc"
135#line 19 "copystdout.pgc"
138#line 19 "copystdout.pgc"
140 printf (
"copy to STDOUT : sqlca.sqlcode = %ld\n",
sqlca.sqlcode);
143#line 22 "copystdout.pgc"
146#line 22 "copystdout.pgc"
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)
bool ECPGdo(const int lineno, const int compat, const int force_indicator, const char *connection_name, const bool questionmarks, const int st, const char *query,...)
struct sqlca_t * ECPGget_sqlca(void)
char sqlerrmc[SQLERRMC_LEN]
struct sqlca_t::@172 sqlerrm