PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
connect-test4.c
Go to the documentation of this file.
1
/* Processed by ecpg (regression mode) */
2
/* These include files are added by the preprocessor */
3
#include <
ecpglib.h
>
4
#include <
ecpgerrno.h
>
5
#include <
sqlca.h
>
6
/* End of automatic include section */
7
#define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
8
9
#line 1 "test4.pgc"
10
#include <stdlib.h>
11
#include <
string.h
>
12
#include <stdlib.h>
13
#include <stdio.h>
14
15
16
#line 1 "regression.h"
17
18
19
20
21
22
23
#line 6 "test4.pgc"
24
25
26
int
27
main
(
void
)
28
{
29
ECPGdebug
(1,
stderr
);
30
31
{
ECPGconnect
(
__LINE__
, 0,
"ecpg1_regression"
,
NULL
,
NULL
,
"main"
, 0); }
32
#line 13 "test4.pgc"
33
34
35
{
ECPGsetconn
(
__LINE__
,
"main"
);}
36
#line 15 "test4.pgc"
37
38
39
{
ECPGdisconnect
(
__LINE__
,
"DEFAULT"
);}
40
#line 17 "test4.pgc"
41
42
43
return
0;
44
}
main
int main(void)
Definition
connect-test4.c:27
ECPGdebug
#define ECPGdebug(X, Y)
Definition
connect-test4.c:7
ECPGsetconn
bool ECPGsetconn(int lineno, const char *connection_name)
Definition
connect.c:195
ECPGdisconnect
bool ECPGdisconnect(int lineno, const char *connection_name)
Definition
connect.c:693
ECPGconnect
bool ECPGconnect(int lineno, int c, const char *name, const char *user, const char *passwd, const char *connection_name, int autocommit)
Definition
connect.c:260
ecpgerrno.h
ecpglib.h
fb
static int fb(int x)
Definition
preproc-init.c:92
sqlca.h
string.h
src
interfaces
ecpg
test
expected
connect-test4.c
Generated on Sat Feb 7 2026 12:13:18 for PostgreSQL Source Code by
1.9.8