reference/uodbc/constants.xml
5bc8ebe3c1e0bb133e058f1b8eb34a721149e893
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.odbc-type">
8
8
<term>
9
9
<constant>ODBC_TYPE</constant>
10
-
(<type>integer</type>)
10
+
(<type>string</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.odbc-binmode-passthru">
19
19
<term>
20
20
<constant>ODBC_BINMODE_PASSTHRU</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.odbc-binmode-return">
30
30
<term>
31
31
<constant>ODBC_BINMODE_RETURN</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -40,7 +40,7 @@
40
40
<varlistentry xml:id="constant.odbc-binmode-convert">
41
41
<term>
42
42
<constant>ODBC_BINMODE_CONVERT</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -51,7 +51,7 @@
51
51
<varlistentry xml:id="constant.sql-odbc-cursors">
52
52
<term>
53
53
<constant>SQL_ODBC_CURSORS</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
...
...
@@ -62,7 +62,7 @@
62
62
<varlistentry xml:id="constant.sql-cur-use-driver">
63
63
<term>
64
64
<constant>SQL_CUR_USE_DRIVER</constant>
65
-
(<type>integer</type>)
65
+
(<type>int</type>)
66
66
</term>
67
67
<listitem>
68
68
<simpara>
...
...
@@ -73,7 +73,7 @@
73
73
<varlistentry xml:id="constant.sql-cur-use-if-needed">
74
74
<term>
75
75
<constant>SQL_CUR_USE_IF_NEEDED</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</term>
78
78
<listitem>
79
79
<simpara>
...
...
@@ -84,7 +84,7 @@
84
84
<varlistentry xml:id="constant.sql-cur-use-odbc">
85
85
<term>
86
86
<constant>SQL_CUR_USE_ODBC</constant>
87
-
(<type>integer</type>)
87
+
(<type>int</type>)
88
88
</term>
89
89
<listitem>
90
90
<simpara>
...
...
@@ -95,7 +95,7 @@
95
95
<varlistentry xml:id="constant.sql-concurrency">
96
96
<term>
97
97
<constant>SQL_CONCURRENCY</constant>
98
-
(<type>integer</type>)
98
+
(<type>int</type>)
99
99
</term>
100
100
<listitem>
101
101
<simpara>
...
...
@@ -106,7 +106,7 @@
106
106
<varlistentry xml:id="constant.sql-concur-read-only">
107
107
<term>
108
108
<constant>SQL_CONCUR_READ_ONLY</constant>
109
-
(<type>integer</type>)
109
+
(<type>int</type>)
110
110
</term>
111
111
<listitem>
112
112
<simpara>
...
...
@@ -117,7 +117,7 @@
117
117
<varlistentry xml:id="constant.sql-concur-lock">
118
118
<term>
119
119
<constant>SQL_CONCUR_LOCK</constant>
120
-
(<type>integer</type>)
120
+
(<type>int</type>)
121
121
</term>
122
122
<listitem>
123
123
<simpara>
...
...
@@ -128,7 +128,7 @@
128
128
<varlistentry xml:id="constant.sql-concur-rowver">
129
129
<term>
130
130
<constant>SQL_CONCUR_ROWVER</constant>
131
-
(<type>integer</type>)
131
+
(<type>int</type>)
132
132
</term>
133
133
<listitem>
134
134
<simpara>
...
...
@@ -139,7 +139,7 @@
139
139
<varlistentry xml:id="constant.sql-concur-values">
140
140
<term>
141
141
<constant>SQL_CONCUR_VALUES</constant>
142
-
(<type>integer</type>)
142
+
(<type>int</type>)
143
143
</term>
144
144
<listitem>
145
145
<simpara>
...
...
@@ -150,7 +150,7 @@
150
150
<varlistentry xml:id="constant.sql-cursor-type">
151
151
<term>
152
152
<constant>SQL_CURSOR_TYPE</constant>
153
-
(<type>integer</type>)
153
+
(<type>int</type>)
154
154
</term>
155
155
<listitem>
156
156
<simpara>
...
...
@@ -161,7 +161,7 @@
161
161
<varlistentry xml:id="constant.sql-cursor-forward-only">
162
162
<term>
163
163
<constant>SQL_CURSOR_FORWARD_ONLY</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.sql-cursor-keyset-driven">
173
173
<term>
174
174
<constant>SQL_CURSOR_KEYSET_DRIVEN</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.sql-cursor-dynamic">
184
184
<term>
185
185
<constant>SQL_CURSOR_DYNAMIC</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.sql-cursor-static">
195
195
<term>
196
196
<constant>SQL_CURSOR_STATIC</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.sql-keyset-size">
206
206
<term>
207
207
<constant>SQL_KEYSET_SIZE</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.sql-char">
217
217
<term>
218
218
<constant>SQL_CHAR</constant>
219
-
(<type>integer</type>)
219
+
(<type>int</type>)
220
220
</term>
221
221
<listitem>
222
222
<simpara>
...
...
@@ -227,7 +227,7 @@
227
227
<varlistentry xml:id="constant.sql-varchar">
228
228
<term>
229
229
<constant>SQL_VARCHAR</constant>
230
-
(<type>integer</type>)
230
+
(<type>int</type>)
231
231
</term>
232
232
<listitem>
233
233
<simpara>
...
...
@@ -238,7 +238,7 @@
238
238
<varlistentry xml:id="constant.sql-longvarchar">
239
239
<term>
240
240
<constant>SQL_LONGVARCHAR</constant>
241
-
(<type>integer</type>)
241
+
(<type>int</type>)
242
242
</term>
243
243
<listitem>
244
244
<simpara>
...
...
@@ -249,7 +249,7 @@
249
249
<varlistentry xml:id="constant.sql-decimal">
250
250
<term>
251
251
<constant>SQL_DECIMAL</constant>
252
-
(<type>integer</type>)
252
+
(<type>int</type>)
253
253
</term>
254
254
<listitem>
255
255
<simpara>
...
...
@@ -260,7 +260,7 @@
260
260
<varlistentry xml:id="constant.sql-numeric">
261
261
<term>
262
262
<constant>SQL_NUMERIC</constant>
263
-
(<type>integer</type>)
263
+
(<type>int</type>)
264
264
</term>
265
265
<listitem>
266
266
<simpara>
...
...
@@ -271,7 +271,7 @@
271
271
<varlistentry xml:id="constant.sql-bit">
272
272
<term>
273
273
<constant>SQL_BIT</constant>
274
-
(<type>integer</type>)
274
+
(<type>int</type>)
275
275
</term>
276
276
<listitem>
277
277
<simpara>
...
...
@@ -282,7 +282,7 @@
282
282
<varlistentry xml:id="constant.sql-tinyint">
283
283
<term>
284
284
<constant>SQL_TINYINT</constant>
285
-
(<type>integer</type>)
285
+
(<type>int</type>)
286
286
</term>
287
287
<listitem>
288
288
<simpara>
...
...
@@ -293,7 +293,7 @@
293
293
<varlistentry xml:id="constant.sql-smallint">
294
294
<term>
295
295
<constant>SQL_SMALLINT</constant>
296
-
(<type>integer</type>)
296
+
(<type>int</type>)
297
297
</term>
298
298
<listitem>
299
299
<simpara>
...
...
@@ -304,7 +304,7 @@
304
304
<varlistentry xml:id="constant.sql-integer">
305
305
<term>
306
306
<constant>SQL_INTEGER</constant>
307
-
(<type>integer</type>)
307
+
(<type>int</type>)
308
308
</term>
309
309
<listitem>
310
310
<simpara>
...
...
@@ -315,7 +315,7 @@
315
315
<varlistentry xml:id="constant.sql-bigint">
316
316
<term>
317
317
<constant>SQL_BIGINT</constant>
318
-
(<type>integer</type>)
318
+
(<type>int</type>)
319
319
</term>
320
320
<listitem>
321
321
<simpara>
...
...
@@ -326,7 +326,7 @@
326
326
<varlistentry xml:id="constant.sql-real">
327
327
<term>
328
328
<constant>SQL_REAL</constant>
329
-
(<type>integer</type>)
329
+
(<type>int</type>)
330
330
</term>
331
331
<listitem>
332
332
<simpara>
...
...
@@ -337,7 +337,7 @@
337
337
<varlistentry xml:id="constant.sql-float">
338
338
<term>
339
339
<constant>SQL_FLOAT</constant>
340
-
(<type>integer</type>)
340
+
(<type>int</type>)
341
341
</term>
342
342
<listitem>
343
343
<simpara>
...
...
@@ -348,7 +348,7 @@
348
348
<varlistentry xml:id="constant.sql-double">
349
349
<term>
350
350
<constant>SQL_DOUBLE</constant>
351
-
(<type>integer</type>)
351
+
(<type>int</type>)
352
352
</term>
353
353
<listitem>
354
354
<simpara>
...
...
@@ -359,7 +359,7 @@
359
359
<varlistentry xml:id="constant.sql-binary">
360
360
<term>
361
361
<constant>SQL_BINARY</constant>
362
-
(<type>integer</type>)
362
+
(<type>int</type>)
363
363
</term>
364
364
<listitem>
365
365
<simpara>
...
...
@@ -370,7 +370,7 @@
370
370
<varlistentry xml:id="constant.sql-varbinary">
371
371
<term>
372
372
<constant>SQL_VARBINARY</constant>
373
-
(<type>integer</type>)
373
+
(<type>int</type>)
374
374
</term>
375
375
<listitem>
376
376
<simpara>
...
...
@@ -381,7 +381,7 @@
381
381
<varlistentry xml:id="constant.sql-longvarbinary">
382
382
<term>
383
383
<constant>SQL_LONGVARBINARY</constant>
384
-
(<type>integer</type>)
384
+
(<type>int</type>)
385
385
</term>
386
386
<listitem>
387
387
<simpara>
...
...
@@ -392,7 +392,7 @@
392
392
<varlistentry xml:id="constant.sql-date">
393
393
<term>
394
394
<constant>SQL_DATE</constant>
395
-
(<type>integer</type>)
395
+
(<type>int</type>)
396
396
</term>
397
397
<listitem>
398
398
<simpara>
...
...
@@ -403,7 +403,7 @@
403
403
<varlistentry xml:id="constant.sql-time">
404
404
<term>
405
405
<constant>SQL_TIME</constant>
406
-
(<type>integer</type>)
406
+
(<type>int</type>)
407
407
</term>
408
408
<listitem>
409
409
<simpara>
...
...
@@ -414,7 +414,7 @@
414
414
<varlistentry xml:id="constant.sql-timestamp">
415
415
<term>
416
416
<constant>SQL_TIMESTAMP</constant>
417
-
(<type>integer</type>)
417
+
(<type>int</type>)
418
418
</term>
419
419
<listitem>
420
420
<simpara>
...
...
@@ -425,7 +425,7 @@
425
425
<varlistentry xml:id="constant.sql-type-date">
426
426
<term>
427
427
<constant>SQL_TYPE_DATE</constant>
428
-
(<type>integer</type>)
428
+
(<type>int</type>)
429
429
</term>
430
430
<listitem>
431
431
<simpara>
...
...
@@ -436,7 +436,7 @@
436
436
<varlistentry xml:id="constant.sql-type-time">
437
437
<term>
438
438
<constant>SQL_TYPE_TIME</constant>
439
-
(<type>integer</type>)
439
+
(<type>int</type>)
440
440
</term>
441
441
<listitem>
442
442
<simpara>
...
...
@@ -447,7 +447,7 @@
447
447
<varlistentry xml:id="constant.sql-type-timestamp">
448
448
<term>
449
449
<constant>SQL_TYPE_TIMESTAMP</constant>
450
-
(<type>integer</type>)
450
+
(<type>int</type>)
451
451
</term>
452
452
<listitem>
453
453
<simpara>
...
...
@@ -458,7 +458,7 @@
458
458
<varlistentry xml:id="constant.sql-best-rowid">
459
459
<term>
460
460
<constant>SQL_BEST_ROWID</constant>
461
-
(<type>integer</type>)
461
+
(<type>int</type>)
462
462
</term>
463
463
<listitem>
464
464
<simpara>
...
...
@@ -469,7 +469,7 @@
469
469
<varlistentry xml:id="constant.sql-rowver">
470
470
<term>
471
471
<constant>SQL_ROWVER</constant>
472
-
(<type>integer</type>)
472
+
(<type>int</type>)
473
473
</term>
474
474
<listitem>
475
475
<simpara>
...
...
@@ -480,7 +480,7 @@
480
480
<varlistentry xml:id="constant.sql-scope-currow">
481
481
<term>
482
482
<constant>SQL_SCOPE_CURROW</constant>
483
-
(<type>integer</type>)
483
+
(<type>int</type>)
484
484
</term>
485
485
<listitem>
486
486
<simpara>
...
...
@@ -491,7 +491,7 @@
491
491
<varlistentry xml:id="constant.sql-scope-transaction">
492
492
<term>
493
493
<constant>SQL_SCOPE_TRANSACTION</constant>
494
-
(<type>integer</type>)
494
+
(<type>int</type>)
495
495
</term>
496
496
<listitem>
497
497
<simpara>
...
...
@@ -502,7 +502,7 @@
502
502
<varlistentry xml:id="constant.sql-scope-session">
503
503
<term>
504
504
<constant>SQL_SCOPE_SESSION</constant>
505
-
(<type>integer</type>)
505
+
(<type>int</type>)
506
506
</term>
507
507
<listitem>
508
508
<simpara>
...
...
@@ -513,7 +513,7 @@
513
513
<varlistentry xml:id="constant.sql-no-nulls">
514
514
<term>
515
515
<constant>SQL_NO_NULLS</constant>
516
-
(<type>integer</type>)
516
+
(<type>int</type>)
517
517
</term>
518
518
<listitem>
519
519
<simpara>
...
...
@@ -524,7 +524,7 @@
524
524
<varlistentry xml:id="constant.sql-nullable">
525
525
<term>
526
526
<constant>SQL_NULLABLE</constant>
527
-
(<type>integer</type>)
527
+
(<type>int</type>)
528
528
</term>
529
529
<listitem>
530
530
<simpara>
...
...
@@ -535,7 +535,7 @@
535
535
<varlistentry xml:id="constant.sql-index-unique">
536
536
<term>
537
537
<constant>SQL_INDEX_UNIQUE</constant>
538
-
(<type>integer</type>)
538
+
(<type>int</type>)
539
539
</term>
540
540
<listitem>
541
541
<simpara>
...
...
@@ -546,7 +546,7 @@
546
546
<varlistentry xml:id="constant.sql-index-all">
547
547
<term>
548
548
<constant>SQL_INDEX_ALL</constant>
549
-
(<type>integer</type>)
549
+
(<type>int</type>)
550
550
</term>
551
551
<listitem>
552
552
<simpara>
...
...
@@ -557,7 +557,7 @@
557
557
<varlistentry xml:id="constant.sql-ensure">
558
558
<term>
559
559
<constant>SQL_ENSURE</constant>
560
-
(<type>integer</type>)
560
+
(<type>int</type>)
561
561
</term>
562
562
<listitem>
563
563
<simpara>
...
...
@@ -568,7 +568,7 @@
568
568
<varlistentry xml:id="constant.sql-quick">
569
569
<term>
570
570
<constant>SQL_QUICK</constant>
571
-
(<type>integer</type>)
571
+
(<type>int</type>)
572
572
</term>
573
573
<listitem>
574
574
<simpara>
...
...
@@ -578,7 +578,6 @@
578
578
</varlistentry>
579
579
</variablelist>
580
580
</appendix>
581
-

582
581
<!-- Keep this comment at the end of the file
583
582
Local variables:
584
583
mode: sgml
...
...
@@ -599,4 +598,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
599
598
vim: et tw=78 syn=sgml
600
599
vi: ts=1 sw=1
601
600
-->
602
-

603
601