PostgreSQL Source Code
git master
struct.h
Go to the documentation of this file.
1
struct
mytype
2
{
3
int
id
;
4
char
t
[64];
5
double
d1
;
/* dec_t */
6
double
d2
;
7
char
c
[30];
8
};
9
typedef
struct
mytype
MYTYPE
;
10
11
struct
mynulltype
12
{
13
int
id
;
14
int
t
;
15
int
d1
;
16
int
d2
;
17
int
c
;
18
};
19
typedef
struct
mynulltype
MYNULLTYPE
;
c
char * c
Definition:
preproc-cursor.c:31
mynulltype
Definition:
preproc-outofscope.c:147
mynulltype::c
int c
Definition:
preproc-outofscope.c:161
mynulltype::d1
int d1
Definition:
preproc-outofscope.c:155
mynulltype::id
int id
Definition:
preproc-outofscope.c:149
mynulltype::d2
int d2
Definition:
preproc-outofscope.c:158
mynulltype::t
int t
Definition:
preproc-outofscope.c:152
mytype
Definition:
preproc-outofscope.c:132
mytype::d1
double d1
Definition:
preproc-outofscope.c:140
mytype::id
int id
Definition:
preproc-outofscope.c:134
mytype::t
char t[64]
Definition:
preproc-outofscope.c:137
mytype::d2
double d2
Definition:
preproc-outofscope.c:143
src
interfaces
ecpg
test
preproc
struct.h
Generated on Mon Mar 24 2025 06:13:26 for PostgreSQL Source Code by
1.9.4