25 {
26
27#line 8 "func.pgc"
29
30#line 8 "func.pgc"
31
32
34 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0); }
35#line 11 "func.pgc"
36
37
39#line 13 "func.pgc"
40
41
42#line 14 "func.pgc"
43
44
45#line 15 "func.pgc"
46
47
49#line 17 "func.pgc"
50
52#line 17 "func.pgc"
53
55#line 17 "func.pgc"
56
58#line 18 "func.pgc"
59
61#line 18 "func.pgc"
62
64#line 18 "func.pgc"
65
66
67 {
ECPGdo(__LINE__, 0, 1, NULL, 0,
ECPGst_normal,
"create function My_Table_Check ( ) returns trigger as $test$\
68 BEGIN\
69 INSERT INTO Log VALUES(TG_NAME, TG_WHEN);\
70 RETURN NEW;\
72#line 26 "func.pgc"
73
75#line 26 "func.pgc"
76
78#line 26 "func.pgc"
79
80
82#line 32 "func.pgc"
83
85#line 32 "func.pgc"
86
88#line 32 "func.pgc"
89
90
92#line 34 "func.pgc"
93
95#line 34 "func.pgc"
96
98#line 34 "func.pgc"
99
101#line 35 "func.pgc"
102
104#line 35 "func.pgc"
105
107#line 35 "func.pgc"
108
112#line 36 "func.pgc"
113
115#line 36 "func.pgc"
116
118#line 36 "func.pgc"
119
121
123#line 39 "func.pgc"
124
126#line 39 "func.pgc"
127
129#line 39 "func.pgc"
130
132#line 40 "func.pgc"
133
135#line 40 "func.pgc"
136
138#line 40 "func.pgc"
139
141#line 41 "func.pgc"
142
144#line 41 "func.pgc"
145
147#line 41 "func.pgc"
148
150#line 42 "func.pgc"
151
153#line 42 "func.pgc"
154
156#line 42 "func.pgc"
157
158
160#line 44 "func.pgc"
161
163#line 44 "func.pgc"
164
166#line 44 "func.pgc"
167
168
169 return 0;
170}
bool ECPGsetcommit(int lineno, const char *mode, const char *connection_name)
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,...)