PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
sqlda.h
Go to the documentation of this file.
1
#ifndef ECPG_SQLDA_H
2
#define ECPG_SQLDA_H
3
4
#ifdef _ECPG_INFORMIX_H
5
6
#include "
sqlda-compat.h
"
7
typedef
struct
sqlvar_compat
sqlvar_t
;
8
typedef
struct
sqlda_compat
sqlda_t
;
9
10
#else
11
12
#include "
sqlda-native.h
"
13
typedef
struct
sqlvar_struct
sqlvar_t
;
14
typedef
struct
sqlda_struct
sqlda_t
;
15
16
#endif
17
18
#endif
/* ECPG_SQLDA_H */
sqlda-compat.h
sqlda-native.h
sqlda_compat
Definition:
sqlda-compat.h:38
sqlda_struct
Definition:
sqlda-native.h:34
sqlvar_compat
Definition:
sqlda-compat.h:9
sqlvar_struct
Definition:
sqlda-native.h:25
src
interfaces
ecpg
include
sqlda.h
Generated on Tue Jan 21 2025 06:13:27 for PostgreSQL Source Code by
1.9.4