7 #define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
15 #line 1 "regression.h"
34 int i , count = 1 , loopcount ;
40 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0); }
115 for (loopcount = 0; loopcount < 100; loopcount++) {
149 ECPGt_int,&(count),(
long)1,(
long)1,
sizeof(
int),
179 {
ECPGdo(__LINE__, 0, 1, NULL, 0,
ECPGst_normal,
"declare D cursor for select * from My_Table where Item1 = $1",
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,...)