reference/ibm_db2/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -8,7 +8,7 @@
8
8
<varlistentry xml:id="constant.db2-binary">
9
9
<term>
10
10
<constant>DB2_BINARY</constant>
11
-
(<type>integer</type>)
11
+
(<type>int</type>)
12
12
</term>
13
13
<listitem>
14
14
<simpara>
...
...
@@ -20,7 +20,7 @@
20
20
<varlistentry xml:id="constant.db2-convert">
21
21
<term>
22
22
<constant>DB2_CONVERT</constant>
23
-
(<type>integer</type>)
23
+
(<type>int</type>)
24
24
</term>
25
25
<listitem>
26
26
<simpara>
...
...
@@ -32,7 +32,7 @@
32
32
<varlistentry xml:id="constant.db2-passthru">
33
33
<term>
34
34
<constant>DB2_PASSTHRU</constant>
35
-
(<type>integer</type>)
35
+
(<type>int</type>)
36
36
</term>
37
37
<listitem>
38
38
<simpara>
...
...
@@ -43,7 +43,7 @@
43
43
<varlistentry xml:id="constant.db2-scrollable">
44
44
<term>
45
45
<constant>DB2_SCROLLABLE</constant>
46
-
(<type>integer</type>)
46
+
(<type>int</type>)
47
47
</term>
48
48
<listitem>
49
49
<simpara>
...
...
@@ -56,7 +56,7 @@
56
56
<varlistentry xml:id="constant.db2-forward-only">
57
57
<term>
58
58
<constant>DB2_FORWARD_ONLY</constant>
59
-
(<type>integer</type>)
59
+
(<type>int</type>)
60
60
</term>
61
61
<listitem>
62
62
<simpara>
...
...
@@ -68,7 +68,7 @@
68
68
<varlistentry xml:id="constant.db2-param-in">
69
69
<term>
70
70
<constant>DB2_PARAM_IN</constant>
71
-
(<type>integer</type>)
71
+
(<type>int</type>)
72
72
</term>
73
73
<listitem>
74
74
<simpara>
...
...
@@ -80,7 +80,7 @@
80
80
<varlistentry xml:id="constant.db2-param-out">
81
81
<term>
82
82
<constant>DB2_PARAM_OUT</constant>
83
-
(<type>integer</type>)
83
+
(<type>int</type>)
84
84
</term>
85
85
<listitem>
86
86
<simpara>
...
...
@@ -92,7 +92,7 @@
92
92
<varlistentry xml:id="constant.db2-param-inout">
93
93
<term>
94
94
<constant>DB2_PARAM_INOUT</constant>
95
-
(<type>integer</type>)
95
+
(<type>int</type>)
96
96
</term>
97
97
<listitem>
98
98
<simpara>
...
...
@@ -104,7 +104,7 @@
104
104
<varlistentry xml:id="constant.db2-param-file">
105
105
<term>
106
106
<constant>DB2_PARAM_FILE</constant>
107
-
(<type>integer</type>)
107
+
(<type>int</type>)
108
108
</term>
109
109
<listitem>
110
110
<simpara>
...
...
@@ -115,7 +115,7 @@
115
115
<varlistentry xml:id="constant.db2-autocommit-on">
116
116
<term>
117
117
<constant>DB2_AUTOCOMMIT_ON</constant>
118
-
(<type>integer</type>)
118
+
(<type>int</type>)
119
119
</term>
120
120
<listitem>
121
121
<simpara>
...
...
@@ -126,7 +126,7 @@
126
126
<varlistentry xml:id="constant.db2-autocommit-off">
127
127
<term>
128
128
<constant>DB2_AUTOCOMMIT_OFF</constant>
129
-
(<type>integer</type>)
129
+
(<type>int</type>)
130
130
</term>
131
131
<listitem>
132
132
<simpara>
...
...
@@ -137,7 +137,7 @@
137
137
<varlistentry xml:id="constant.db2-double">
138
138
<term>
139
139
<constant>DB2_DOUBLE</constant>
140
-
(<type>integer</type>)
140
+
(<type>int</type>)
141
141
</term>
142
142
<listitem>
143
143
<simpara>
...
...
@@ -149,7 +149,7 @@
149
149
<varlistentry xml:id="constant.db2-long">
150
150
<term>
151
151
<constant>DB2_LONG</constant>
152
-
(<type>integer</type>)
152
+
(<type>int</type>)
153
153
</term>
154
154
<listitem>
155
155
<simpara>
...
...
@@ -161,7 +161,7 @@
161
161
<varlistentry xml:id="constant.db2-char">
162
162
<term>
163
163
<constant>DB2_CHAR</constant>
164
-
(<type>integer</type>)
164
+
(<type>int</type>)
165
165
</term>
166
166
<listitem>
167
167
<simpara>
...
...
@@ -172,7 +172,7 @@
172
172
<varlistentry xml:id="constant.db2-case-natural">
173
173
<term>
174
174
<constant>DB2_CASE_NATURAL</constant>
175
-
(<type>integer</type>)
175
+
(<type>int</type>)
176
176
</term>
177
177
<listitem>
178
178
<simpara>
...
...
@@ -183,7 +183,7 @@
183
183
<varlistentry xml:id="constant.db2-case-lower">
184
184
<term>
185
185
<constant>DB2_CASE_LOWER</constant>
186
-
(<type>integer</type>)
186
+
(<type>int</type>)
187
187
</term>
188
188
<listitem>
189
189
<simpara>
...
...
@@ -194,7 +194,7 @@
194
194
<varlistentry xml:id="constant.db2-case-upper">
195
195
<term>
196
196
<constant>DB2_CASE_UPPER</constant>
197
-
(<type>integer</type>)
197
+
(<type>int</type>)
198
198
</term>
199
199
<listitem>
200
200
<simpara>
...
...
@@ -205,7 +205,7 @@
205
205
<varlistentry xml:id="constant.db2-deferred-prepare-on">
206
206
<term>
207
207
<constant>DB2_DEFERRED_PREPARE_ON</constant>
208
-
(<type>integer</type>)
208
+
(<type>int</type>)
209
209
</term>
210
210
<listitem>
211
211
<simpara>
...
...
@@ -216,7 +216,7 @@
216
216
<varlistentry xml:id="constant.db2-deferred-prepare-off">
217
217
<term>
218
218
<constant>DB2_DEFERRED_PREPARE_OFF</constant>
219
-
(<type>integer</type>)
219
+
(<type>int</type>)
220
220
</term>
221
221
<listitem>
222
222
<simpara>
223
223