7 #define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
11 #line 1 "regression.h"
42 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0); }
43 #line 11 "strings.pgc"
47 #line 13 "strings.pgc"
50 {
ECPGdo(__LINE__, 0, 1, NULL, 0,
ECPGst_normal,
"select 'abc''d\\ef' , N'abc''d\\ef' as foo , E'abc''d\\\\ef' as \"foo\"\"bar\" , U&'d\\0061t\\0061' as U&\"foo\"\"bar\" , U&'d!+000061t!+000061' UESCAPE '!' , $foo$abc$def$foo$",
ECPGt_EOIT,
63 #line 21 "strings.pgc"
73 #line 26 "strings.pgc"
79 #line 30 "strings.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,...)