reference/uodbc/constants.xml
5bc8ebe3c1e0bb133e058f1b8eb34a721149e893
...
...
@@ -4,10 +4,10 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry>
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>
...
...
@@ -15,10 +15,10 @@
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
-
<varlistentry>
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>
...
...
@@ -26,10 +26,10 @@
26
26
</simpara>
27
27
</listitem>
28
28
</varlistentry>
29
-
<varlistentry>
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>
...
...
@@ -37,10 +37,10 @@
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
-
<varlistentry>
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>
...
...
@@ -48,10 +48,10 @@
48
48
</simpara>
49
49
</listitem>
50
50
</varlistentry>
51
-
<varlistentry>
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>
...
...
@@ -59,10 +59,10 @@
59
59
</simpara>
60
60
</listitem>
61
61
</varlistentry>
62
-
<varlistentry>
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>
...
...
@@ -70,10 +70,10 @@
70
70
</simpara>
71
71
</listitem>
72
72
</varlistentry>
73
-
<varlistentry>
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>
...
...
@@ -81,10 +81,10 @@
81
81
</simpara>
82
82
</listitem>
83
83
</varlistentry>
84
-
<varlistentry>
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>
...
...
@@ -92,10 +92,10 @@
92
92
</simpara>
93
93
</listitem>
94
94
</varlistentry>
95
-
<varlistentry>
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>
...
...
@@ -103,10 +103,10 @@
103
103
</simpara>
104
104
</listitem>
105
105
</varlistentry>
106
-
<varlistentry>
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>
...
...
@@ -114,10 +114,10 @@
114
114
</simpara>
115
115
</listitem>
116
116
</varlistentry>
117
-
<varlistentry>
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>
...
...
@@ -125,10 +125,10 @@
125
125
</simpara>
126
126
</listitem>
127
127
</varlistentry>
128
-
<varlistentry>
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>
...
...
@@ -136,10 +136,10 @@
136
136
</simpara>
137
137
</listitem>
138
138
</varlistentry>
139
-
<varlistentry>
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>
...
...
@@ -147,10 +147,10 @@
147
147
</simpara>
148
148
</listitem>
149
149
</varlistentry>
150
-
<varlistentry>
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>
...
...
@@ -158,10 +158,10 @@
158
158
</simpara>
159
159
</listitem>
160
160
</varlistentry>
161
-
<varlistentry>
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>
...
...
@@ -169,10 +169,10 @@
169
169
</simpara>
170
170
</listitem>
171
171
</varlistentry>
172
-
<varlistentry>
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>
...
...
@@ -180,10 +180,10 @@
180
180
</simpara>
181
181
</listitem>
182
182
</varlistentry>
183
-
<varlistentry>
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>
...
...
@@ -191,10 +191,10 @@
191
191
</simpara>
192
192
</listitem>
193
193
</varlistentry>
194
-
<varlistentry>
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>
...
...
@@ -202,10 +202,10 @@
202
202
</simpara>
203
203
</listitem>
204
204
</varlistentry>
205
-
<varlistentry>
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>
...
...
@@ -213,10 +213,10 @@
213
213
</simpara>
214
214
</listitem>
215
215
</varlistentry>
216
-
<varlistentry>
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>
...
...
@@ -224,10 +224,10 @@
224
224
</simpara>
225
225
</listitem>
226
226
</varlistentry>
227
-
<varlistentry>
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>
...
...
@@ -235,10 +235,10 @@
235
235
</simpara>
236
236
</listitem>
237
237
</varlistentry>
238
-
<varlistentry>
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>
...
...
@@ -246,10 +246,10 @@
246
246
</simpara>
247
247
</listitem>
248
248
</varlistentry>
249
-
<varlistentry>
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>
...
...
@@ -257,10 +257,10 @@
257
257
</simpara>
258
258
</listitem>
259
259
</varlistentry>
260
-
<varlistentry>
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>
...
...
@@ -268,10 +268,10 @@
268
268
</simpara>
269
269
</listitem>
270
270
</varlistentry>
271
-
<varlistentry>
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>
...
...
@@ -279,10 +279,10 @@
279
279
</simpara>
280
280
</listitem>
281
281
</varlistentry>
282
-
<varlistentry>
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>
...
...
@@ -290,10 +290,10 @@
290
290
</simpara>
291
291
</listitem>
292
292
</varlistentry>
293
-
<varlistentry>
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>
...
...
@@ -301,10 +301,10 @@
301
301
</simpara>
302
302
</listitem>
303
303
</varlistentry>
304
-
<varlistentry>
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>
...
...
@@ -312,10 +312,10 @@
312
312
</simpara>
313
313
</listitem>
314
314
</varlistentry>
315
-
<varlistentry>
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>
...
...
@@ -323,10 +323,10 @@
323
323
</simpara>
324
324
</listitem>
325
325
</varlistentry>
326
-
<varlistentry>
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>
...
...
@@ -334,10 +334,10 @@
334
334
</simpara>
335
335
</listitem>
336
336
</varlistentry>
337
-
<varlistentry>
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>
...
...
@@ -345,10 +345,10 @@
345
345
</simpara>
346
346
</listitem>
347
347
</varlistentry>
348
-
<varlistentry>
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>
...
...
@@ -356,10 +356,10 @@
356
356
</simpara>
357
357
</listitem>
358
358
</varlistentry>
359
-
<varlistentry>
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>
...
...
@@ -367,10 +367,10 @@
367
367
</simpara>
368
368
</listitem>
369
369
</varlistentry>
370
-
<varlistentry>
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>
...
...
@@ -378,10 +378,10 @@
378
378
</simpara>
379
379
</listitem>
380
380
</varlistentry>
381
-
<varlistentry>
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>
...
...
@@ -389,10 +389,10 @@
389
389
</simpara>
390
390
</listitem>
391
391
</varlistentry>
392
-
<varlistentry>
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>
...
...
@@ -400,10 +400,10 @@
400
400
</simpara>
401
401
</listitem>
402
402
</varlistentry>
403
-
<varlistentry>
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>
...
...
@@ -411,10 +411,10 @@
411
411
</simpara>
412
412
</listitem>
413
413
</varlistentry>
414
-
<varlistentry>
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>
...
...
@@ -422,10 +422,10 @@
422
422
</simpara>
423
423
</listitem>
424
424
</varlistentry>
425
-
<varlistentry>
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>
...
...
@@ -433,10 +433,10 @@
433
433
</simpara>
434
434
</listitem>
435
435
</varlistentry>
436
-
<varlistentry>
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>
...
...
@@ -444,10 +444,10 @@
444
444
</simpara>
445
445
</listitem>
446
446
</varlistentry>
447
-
<varlistentry>
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>
...
...
@@ -455,10 +455,10 @@
455
455
</simpara>
456
456
</listitem>
457
457
</varlistentry>
458
-
<varlistentry>
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>
...
...
@@ -466,10 +466,10 @@
466
466
</simpara>
467
467
</listitem>
468
468
</varlistentry>
469
-
<varlistentry>
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>
...
...
@@ -477,10 +477,10 @@
477
477
</simpara>
478
478
</listitem>
479
479
</varlistentry>
480
-
<varlistentry>
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>
...
...
@@ -488,10 +488,10 @@
488
488
</simpara>
489
489
</listitem>
490
490
</varlistentry>
491
-
<varlistentry>
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>
...
...
@@ -499,10 +499,10 @@
499
499
</simpara>
500
500
</listitem>
501
501
</varlistentry>
502
-
<varlistentry>
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>
...
...
@@ -510,10 +510,10 @@
510
510
</simpara>
511
511
</listitem>
512
512
</varlistentry>
513
-
<varlistentry>
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>
...
...
@@ -521,10 +521,10 @@
521
521
</simpara>
522
522
</listitem>
523
523
</varlistentry>
524
-
<varlistentry>
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>
...
...
@@ -532,10 +532,10 @@
532
532
</simpara>
533
533
</listitem>
534
534
</varlistentry>
535
-
<varlistentry>
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>
...
...
@@ -543,10 +543,10 @@
543
543
</simpara>
544
544
</listitem>
545
545
</varlistentry>
546
-
<varlistentry>
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>
...
...
@@ -554,10 +554,10 @@
554
554
</simpara>
555
555
</listitem>
556
556
</varlistentry>
557
-
<varlistentry>
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>
...
...
@@ -565,10 +565,10 @@
565
565
</simpara>
566
566
</listitem>
567
567
</varlistentry>
568
-
<varlistentry>
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