25 {
26
27
28
29#line 9 "show.pgc"
30 char var [ 25 ] = "public" ;
31
32#line 10 "show.pgc"
33
34
36 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0); }
37#line 13 "show.pgc"
38
39
40
41#line 15 "show.pgc"
42
43
44#line 16 "show.pgc"
45
46
48 ECPGt_char,(var),(
long)25,(
long)1,(25)*
sizeof(
char),
50#line 18 "show.pgc"
51
53#line 18 "show.pgc"
54
56#line 18 "show.pgc"
57
59 ECPGt_char,(var),(
long)25,(
long)1,(25)*
sizeof(
char),
61#line 19 "show.pgc"
62
64#line 19 "show.pgc"
65
67#line 19 "show.pgc"
68
69 printf(
"Var: Search path: %s\n", var);
70
72#line 22 "show.pgc"
73
75#line 22 "show.pgc"
76
78#line 22 "show.pgc"
79
81 ECPGt_char,(var),(
long)25,(
long)1,(25)*
sizeof(
char),
83#line 23 "show.pgc"
84
86#line 23 "show.pgc"
87
89#line 23 "show.pgc"
90
91 printf(
"Var: Search path: %s\n", var);
92
94#line 26 "show.pgc"
95
97#line 26 "show.pgc"
98
100#line 26 "show.pgc"
101
103 ECPGt_char,(var),(
long)25,(
long)1,(25)*
sizeof(
char),
105#line 27 "show.pgc"
106
108#line 27 "show.pgc"
109
111#line 27 "show.pgc"
112
113 printf(
"Var: Standard conforming strings: %s\n", var);
114
116#line 30 "show.pgc"
117
119#line 30 "show.pgc"
120
122#line 30 "show.pgc"
123
125 ECPGt_char,(var),(
long)25,(
long)1,(25)*
sizeof(
char),
127#line 31 "show.pgc"
128
130#line 31 "show.pgc"
131
133#line 31 "show.pgc"
134
135 printf(
"Time Zone: %s\n", var);
136
138#line 34 "show.pgc"
139
141#line 34 "show.pgc"
142
144#line 34 "show.pgc"
145
147 ECPGt_char,(var),(
long)25,(
long)1,(25)*
sizeof(
char),
149#line 35 "show.pgc"
150
152#line 35 "show.pgc"
153
155#line 35 "show.pgc"
156
157 printf(
"Transaction isolation level: %s\n", var);
158
160#line 38 "show.pgc"
161
163#line 38 "show.pgc"
164
166#line 38 "show.pgc"
167
168
169 return 0;
170}
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,...)