reference/sqlsrv/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -8,7 +8,7 @@
8
8
<varlistentry xml:id="constant.sqlsrv-fetch-assoc">
9
9
<term>
10
10
<constant>SQLSRV_FETCH_ASSOC</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.sqlsrv-fetch-numeric">
21
21
<term>
22
22
<constant>SQLSRV_FETCH_NUMERIC</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.sqlsrv-fetch-both">
33
33
<term>
34
34
<constant>SQLSRV_FETCH_BOTH</constant>
35
-
(<type>integer</type>)
35
+
(<type>int</type>)
36
36
</term>
37
37
<listitem>
38
38
<simpara>
...
...
@@ -44,7 +44,7 @@
44
44
<varlistentry xml:id="constant.sqlsrv-err-all">
45
45
<term>
46
46
<constant>SQLSRV_ERR_ALL</constant>
47
-
(<type>integer</type>)
47
+
(<type>int</type>)
48
48
</term>
49
49
<listitem>
50
50
<simpara>
...
...
@@ -56,7 +56,7 @@
56
56
<varlistentry xml:id="constant.sqlsrv-err-errors">
57
57
<term>
58
58
<constant>SQLSRV_ERR_ERRORS</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.sqlsrv-err-warnings">
69
69
<term>
70
70
<constant>SQLSRV_ERR_WARNINGS</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.sqlsrv-log-system-all">
81
81
<term>
82
82
<constant>SQLSRV_LOG_SYSTEM_ALL</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.sqlsrv-log-system-conn">
93
93
<term>
94
94
<constant>SQLSRV_LOG_SYSTEM_CONN</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.sqlsrv-log-system-init">
105
105
<term>
106
106
<constant>SQLSRV_LOG_SYSTEM_INIT</constant>
107
-
(<type>integer</type>)
107
+
(<type>int</type>)
108
108
</term>
109
109
<listitem>
110
110
<simpara>
...
...
@@ -116,7 +116,7 @@
116
116
<varlistentry xml:id="constant.sqlsrv-log-system-off">
117
117
<term>
118
118
<constant>SQLSRV_LOG_SYSTEM_OFF</constant>
119
-
(<type>integer</type>)
119
+
(<type>int</type>)
120
120
</term>
121
121
<listitem>
122
122
<simpara>
...
...
@@ -128,7 +128,7 @@
128
128
<varlistentry xml:id="constant.sqlsrv-log-system-stmt">
129
129
<term>
130
130
<constant>SQLSRV_LOG_SYSTEM_STMT</constant>
131
-
(<type>integer</type>)
131
+
(<type>int</type>)
132
132
</term>
133
133
<listitem>
134
134
<simpara>
...
...
@@ -140,7 +140,7 @@
140
140
<varlistentry xml:id="constant.sqlsrv-log-system-util">
141
141
<term>
142
142
<constant>SQLSRV_LOG_SYSTEM_UTIL</constant>
143
-
(<type>integer</type>)
143
+
(<type>int</type>)
144
144
</term>
145
145
<listitem>
146
146
<simpara>
...
...
@@ -152,7 +152,7 @@
152
152
<varlistentry xml:id="constant.sqlsrv-log-severity-all">
153
153
<term>
154
154
<constant>SQLSRV_LOG_SEVERITY_ALL</constant>
155
-
(<type>integer</type>)
155
+
(<type>int</type>)
156
156
</term>
157
157
<listitem>
158
158
<simpara>
...
...
@@ -164,7 +164,7 @@
164
164
<varlistentry xml:id="constant.sqlsrv-log-severity-error">
165
165
<term>
166
166
<constant>SQLSRV_LOG_SEVERITY_ERROR</constant>
167
-
(<type>integer</type>)
167
+
(<type>int</type>)
168
168
</term>
169
169
<listitem>
170
170
<simpara>
...
...
@@ -176,7 +176,7 @@
176
176
<varlistentry xml:id="constant.sqlsrv-log-severity-notice">
177
177
<term>
178
178
<constant>SQLSRV_LOG_SEVERITY_NOTICE</constant>
179
-
(<type>integer</type>)
179
+
(<type>int</type>)
180
180
</term>
181
181
<listitem>
182
182
<simpara>
...
...
@@ -188,7 +188,7 @@
188
188
<varlistentry xml:id="constant.sqlsrv-log-severity-warning">
189
189
<term>
190
190
<constant>SQLSRV_LOG_SEVERITY_WARNING</constant>
191
-
(<type>integer</type>)
191
+
(<type>int</type>)
192
192
</term>
193
193
<listitem>
194
194
<simpara>
...
...
@@ -200,7 +200,7 @@
200
200
<varlistentry xml:id="constant.sqlsrv-nullable-yes">
201
201
<term>
202
202
<constant>SQLSRV_NULLABLE_YES</constant>
203
-
(<type>integer</type>)
203
+
(<type>int</type>)
204
204
</term>
205
205
<listitem>
206
206
<simpara>
...
...
@@ -211,7 +211,7 @@
211
211
<varlistentry xml:id="constant.sqlsrv-nullable-no">
212
212
<term>
213
213
<constant>SQLSRV_NULLABLE_NO</constant>
214
-
(<type>integer</type>)
214
+
(<type>int</type>)
215
215
</term>
216
216
<listitem>
217
217
<simpara>
...
...
@@ -222,7 +222,7 @@
222
222
<varlistentry xml:id="constant.sqlsrv-nullable-unknown">
223
223
<term>
224
224
<constant>SQLSRV_NULLABLE_UNKNOWN</constant>
225
-
(<type>integer</type>)
225
+
(<type>int</type>)
226
226
</term>
227
227
<listitem>
228
228
<simpara>
...
...
@@ -233,7 +233,7 @@
233
233
<varlistentry xml:id="constant.sqlsrv-param-in">
234
234
<term>
235
235
<constant>SQLSRV_PARAM_IN</constant>
236
-
(<type>integer</type>)
236
+
(<type>int</type>)
237
237
</term>
238
238
<listitem>
239
239
<simpara>
...
...
@@ -245,7 +245,7 @@
245
245
<varlistentry xml:id="constant.sqlsrv-param-inout">
246
246
<term>
247
247
<constant>SQLSRV_PARAM_INOUT</constant>
248
-
(<type>integer</type>)
248
+
(<type>int</type>)
249
249
</term>
250
250
<listitem>
251
251
<simpara>
...
...
@@ -257,7 +257,7 @@
257
257
<varlistentry xml:id="constant.sqlsrv-param-out">
258
258
<term>
259
259
<constant>SQLSRV_PARAM_OUT</constant>
260
-
(<type>integer</type>)
260
+
(<type>int</type>)
261
261
</term>
262
262
<listitem>
263
263
<simpara>
...
...
@@ -269,7 +269,7 @@
269
269
<varlistentry xml:id="constant.sqlsrv-phptype-int">
270
270
<term>
271
271
<constant>SQLSRV_PHPTYPE_INT</constant>
272
-
(<type>integer</type>)
272
+
(<type>int</type>)
273
273
</term>
274
274
<listitem>
275
275
<simpara>
...
...
@@ -281,7 +281,7 @@
281
281
<varlistentry xml:id="constant.sqlsrv-phptype-datetime">
282
282
<term>
283
283
<constant>SQLSRV_PHPTYPE_DATETIME</constant>
284
-
(<type>integer</type>)
284
+
(<type>int</type>)
285
285
</term>
286
286
<listitem>
287
287
<simpara>
...
...
@@ -293,7 +293,7 @@
293
293
<varlistentry xml:id="constant.sqlsrv-phptype-float">
294
294
<term>
295
295
<constant>SQLSRV_PHPTYPE_FLOAT</constant>
296
-
(<type>integer</type>)
296
+
(<type>int</type>)
297
297
</term>
298
298
<listitem>
299
299
<simpara>
...
...
@@ -305,7 +305,7 @@
305
305
<varlistentry xml:id="constant.sqlsrv-phptype-stream">
306
306
<term>
307
307
<constant>SQLSRV_PHPTYPE_STREAM</constant>
308
-
(<type>integer</type>)
308
+
(<type>int</type>)
309
309
</term>
310
310
<listitem>
311
311
<simpara>
...
...
@@ -318,7 +318,7 @@
318
318
<varlistentry xml:id="constant.sqlsrv-phptype-string">
319
319
<term>
320
320
<constant>SQLSRV_PHPTYPE_STRING</constant>
321
-
(<type>integer</type>)
321
+
(<type>int</type>)
322
322
</term>
323
323
<listitem>
324
324
<simpara>
...
...
@@ -331,7 +331,7 @@
331
331
<varlistentry xml:id="constant.sqlsrv-enc-binary">
332
332
<term>
333
333
<constant>SQLSRV_ENC_BINARY</constant>
334
-
(<type>integer</type>)
334
+
(<type>int</type>)
335
335
</term>
336
336
<listitem>
337
337
<simpara>
...
...
@@ -344,7 +344,7 @@
344
344
<varlistentry xml:id="constant.sqlsrv-enc-char">
345
345
<term>
346
346
<constant>SQLSRV_ENC_CHAR</constant>
347
-
(<type>integer</type>)
347
+
(<type>int</type>)
348
348
</term>
349
349
<listitem>
350
350
<simpara>
...
...
@@ -359,7 +359,7 @@
359
359
<varlistentry xml:id="constant.utf-8">
360
360
<term>
361
361
<constant>UTF-8</constant>
362
-
(<type>integer</type>)
362
+
(<type>int</type>)
363
363
</term>
364
364
<listitem>
365
365
<simpara>
...
...
@@ -371,7 +371,7 @@
371
371
<varlistentry xml:id="constant.sqlsrv-sqltype-bigint">
372
372
<term>
373
373
<constant>SQLSRV_SQLTYPE_BIGINT</constant>
374
-
(<type>integer</type>)
374
+
(<type>int</type>)
375
375
</term>
376
376
<listitem>
377
377
<simpara>
...
...
@@ -383,7 +383,7 @@
383
383
<varlistentry xml:id="constant.sqlsrv-sqltype-binary">
384
384
<term>
385
385
<constant>SQLSRV_SQLTYPE_BINARY</constant>
386
-
(<type>integer</type>)
386
+
(<type>int</type>)
387
387
</term>
388
388
<listitem>
389
389
<simpara>
...
...
@@ -395,7 +395,7 @@
395
395
<varlistentry xml:id="constant.sqlsrv-sqltype-bit">
396
396
<term>
397
397
<constant>SQLSRV_SQLTYPE_BIT</constant>
398
-
(<type>integer</type>)
398
+
(<type>int</type>)
399
399
</term>
400
400
<listitem>
401
401
<simpara>
...
...
@@ -407,7 +407,7 @@
407
407
<varlistentry xml:id="constant.sqlsrv-sqltype-char">
408
408
<term>
409
409
<constant>SQLSRV_SQLTYPE_CHAR</constant>
410
-
(<type>integer</type>)
410
+
(<type>int</type>)
411
411
</term>
412
412
<listitem>
413
413
<simpara>
...
...
@@ -420,7 +420,7 @@
420
420
<varlistentry xml:id="constant.sqlsrv-sqltype-date">
421
421
<term>
422
422
<constant>SQLSRV_SQLTYPE_DATE</constant>
423
-
(<type>integer</type>)
423
+
(<type>int</type>)
424
424
</term>
425
425
<listitem>
426
426
<simpara>
...
...
@@ -432,7 +432,7 @@
432
432
<varlistentry xml:id="constant.sqlsrv-sqltype-datetime">
433
433
<term>
434
434
<constant>SQLSRV_SQLTYPE_DATETIME</constant>
435
-
(<type>integer</type>)
435
+
(<type>int</type>)
436
436
</term>
437
437
<listitem>
438
438
<simpara>
...
...
@@ -444,7 +444,7 @@
444
444
<varlistentry xml:id="constant.sqlsrv-sqltype-datetime2">
445
445
<term>
446
446
<constant>SQLSRV_SQLTYPE_DATETIME2</constant>
447
-
(<type>integer</type>)
447
+
(<type>int</type>)
448
448
</term>
449
449
<listitem>
450
450
<simpara>
...
...
@@ -456,7 +456,7 @@
456
456
<varlistentry xml:id="constant.sqlsrv-sqltype-datetimeoffset">
457
457
<term>
458
458
<constant>SQLSRV_SQLTYPE_DATETIMEOFFSET</constant>
459
-
(<type>integer</type>)
459
+
(<type>int</type>)
460
460
</term>
461
461
<listitem>
462
462
<simpara>
...
...
@@ -468,7 +468,7 @@
468
468
<varlistentry xml:id="constant.sqlsrv-sqltype-decimal">
469
469
<term>
470
470
<constant>SQLSRV_SQLTYPE_DECIMAL</constant>
471
-
(<type>integer</type>)
471
+
(<type>int</type>)
472
472
</term>
473
473
<listitem>
474
474
<simpara>
...
...
@@ -481,7 +481,7 @@
481
481
<varlistentry xml:id="constant.sqlsrv-sqltype-float">
482
482
<term>
483
483
<constant>SQLSRV_SQLTYPE_FLOAT</constant>
484
-
(<type>integer</type>)
484
+
(<type>int</type>)
485
485
</term>
486
486
<listitem>
487
487
<simpara>
...
...
@@ -493,7 +493,7 @@
493
493
<varlistentry xml:id="constant.sqlsrv-sqltype-image">
494
494
<term>
495
495
<constant>SQLSRV_SQLTYPE_IMAGE</constant>
496
-
(<type>integer</type>)
496
+
(<type>int</type>)
497
497
</term>
498
498
<listitem>
499
499
<simpara>
...
...
@@ -505,7 +505,7 @@
505
505
<varlistentry xml:id="constant.sqlsrv-sqltype-int">
506
506
<term>
507
507
<constant>SQLSRV_SQLTYPE_INT</constant>
508
-
(<type>integer</type>)
508
+
(<type>int</type>)
509
509
</term>
510
510
<listitem>
511
511
<simpara>
...
...
@@ -517,7 +517,7 @@
517
517
<varlistentry xml:id="constant.sqlsrv-sqltype-money">
518
518
<term>
519
519
<constant>SQLSRV_SQLTYPE_MONEY</constant>
520
-
(<type>integer</type>)
520
+
(<type>int</type>)
521
521
</term>
522
522
<listitem>
523
523
<simpara>
...
...
@@ -529,7 +529,7 @@
529
529
<varlistentry xml:id="constant.sqlsrv-sqltype-nchar">
530
530
<term>
531
531
<constant>SQLSRV_SQLTYPE_NCHAR</constant>
532
-
(<type>integer</type>)
532
+
(<type>int</type>)
533
533
</term>
534
534
<listitem>
535
535
<simpara>
...
...
@@ -542,7 +542,7 @@
542
542
<varlistentry xml:id="constant.sqlsrv-sqltype-numeric">
543
543
<term>
544
544
<constant>SQLSRV_SQLTYPE_NUMERIC</constant>
545
-
(<type>integer</type>)
545
+
(<type>int</type>)
546
546
</term>
547
547
<listitem>
548
548
<simpara>
...
...
@@ -555,7 +555,7 @@
555
555
<varlistentry xml:id="constant.sqlsrv-sqltype-nvarchar">
556
556
<term>
557
557
<constant>SQLSRV_SQLTYPE_NVARCHAR</constant>
558
-
(<type>integer</type>)
558
+
(<type>int</type>)
559
559
</term>
560
560
<listitem>
561
561
<simpara>
...
...
@@ -568,7 +568,7 @@
568
568
<varlistentry>
569
569
<term>
570
570
<constant>SQLSRV_SQLTYPE_NVARCHAR</constant>('max')
571
-
(<type>integer</type>)
571
+
(<type>int</type>)
572
572
</term>
573
573
<listitem>
574
574
<simpara>
...
...
@@ -580,7 +580,7 @@
580
580
<varlistentry xml:id="constant.sqlsrv-sqltype-ntext">
581
581
<term>
582
582
<constant>SQLSRV_SQLTYPE_NTEXT</constant>
583
-
(<type>integer</type>)
583
+
(<type>int</type>)
584
584
</term>
585
585
<listitem>
586
586
<simpara>
...
...
@@ -592,7 +592,7 @@
592
592
<varlistentry xml:id="constant.sqlsrv-sqltype-real">
593
593
<term>
594
594
<constant>SQLSRV_SQLTYPE_REAL</constant>
595
-
(<type>integer</type>)
595
+
(<type>int</type>)
596
596
</term>
597
597
<listitem>
598
598
<simpara>
...
...
@@ -604,7 +604,7 @@
604
604
<varlistentry xml:id="constant.sqlsrv-sqltype-smalldatetime">
605
605
<term>
606
606
<constant>SQLSRV_SQLTYPE_SMALLDATETIME</constant>
607
-
(<type>integer</type>)
607
+
(<type>int</type>)
608
608
</term>
609
609
<listitem>
610
610
<simpara>
...
...
@@ -616,7 +616,7 @@
616
616
<varlistentry xml:id="constant.sqlsrv-sqltype-smallint">
617
617
<term>
618
618
<constant>SQLSRV_SQLTYPE_SMALLINT</constant>
619
-
(<type>integer</type>)
619
+
(<type>int</type>)
620
620
</term>
621
621
<listitem>
622
622
<simpara>
...
...
@@ -628,7 +628,7 @@
628
628
<varlistentry xml:id="constant.sqlsrv-sqltype-smallmoney">
629
629
<term>
630
630
<constant>SQLSRV_SQLTYPE_SMALLMONEY</constant>
631
-
(<type>integer</type>)
631
+
(<type>int</type>)
632
632
</term>
633
633
<listitem>
634
634
<simpara>
...
...
@@ -640,7 +640,7 @@
640
640
<varlistentry xml:id="constant.sqlsrv-sqltype-text">
641
641
<term>
642
642
<constant>SQLSRV_SQLTYPE_TEXT</constant>
643
-
(<type>integer</type>)
643
+
(<type>int</type>)
644
644
</term>
645
645
<listitem>
646
646
<simpara>
...
...
@@ -652,7 +652,7 @@
652
652
<varlistentry xml:id="constant.sqlsrv-sqltype-time">
653
653
<term>
654
654
<constant>SQLSRV_SQLTYPE_TIME</constant>
655
-
(<type>integer</type>)
655
+
(<type>int</type>)
656
656
</term>
657
657
<listitem>
658
658
<simpara>
...
...
@@ -664,7 +664,7 @@
664
664
<varlistentry xml:id="constant.sqlsrv-sqltype-timestamp">
665
665
<term>
666
666
<constant>SQLSRV_SQLTYPE_TIMESTAMP</constant>
667
-
(<type>integer</type>)
667
+
(<type>int</type>)
668
668
</term>
669
669
<listitem>
670
670
<simpara>
...
...
@@ -676,7 +676,7 @@
676
676
<varlistentry xml:id="constant.sqlsrv-sqltype-tinyint">
677
677
<term>
678
678
<constant>SQLSRV_SQLTYPE_TINYINT</constant>
679
-
(<type>integer</type>)
679
+
(<type>int</type>)
680
680
</term>
681
681
<listitem>
682
682
<simpara>
...
...
@@ -688,7 +688,7 @@
688
688
<varlistentry xml:id="constant.sqlsrv-sqltype-uniqueidentifier">
689
689
<term>
690
690
<constant>SQLSRV_SQLTYPE_UNIQUEIDENTIFIER</constant>
691
-
(<type>integer</type>)
691
+
(<type>int</type>)
692
692
</term>
693
693
<listitem>
694
694
<simpara>
...
...
@@ -700,7 +700,7 @@
700
700
<varlistentry xml:id="constant.sqlsrv-sqltype-udt">
701
701
<term>
702
702
<constant>SQLSRV_SQLTYPE_UDT</constant>
703
-
(<type>integer</type>)
703
+
(<type>int</type>)
704
704
</term>
705
705
<listitem>
706
706
<simpara>
...
...
@@ -712,7 +712,7 @@
712
712
<varlistentry xml:id="constant.sqlsrv-sqltype-varbinary">
713
713
<term>
714
714
<constant>SQLSRV_SQLTYPE_VARBINARY</constant>
715
-
(<type>integer</type>)
715
+
(<type>int</type>)
716
716
</term>
717
717
<listitem>
718
718
<simpara>
...
...
@@ -725,7 +725,7 @@
725
725
<varlistentry>
726
726
<term>
727
727
<constant>SQLSRV_SQLTYPE_VARBINARY</constant>('max')
728
-
(<type>integer</type>)
728
+
(<type>int</type>)
729
729
</term>
730
730
<listitem>
731
731
<simpara>
...
...
@@ -737,7 +737,7 @@
737
737
<varlistentry xml:id="constant.sqlsrv-sqltype-varchar">
738
738
<term>
739
739
<constant>SQLSRV_SQLTYPE_VARCHAR</constant>
740
-
(<type>integer</type>)
740
+
(<type>int</type>)
741
741
</term>
742
742
<listitem>
743
743
<simpara>
...
...
@@ -750,7 +750,7 @@
750
750
<varlistentry>
751
751
<term>
752
752
<constant>SQLSRV_SQLTYPE_VARCHAR</constant>('max')
753
-
(<type>integer</type>)
753
+
(<type>int</type>)
754
754
</term>
755
755
<listitem>
756
756
<simpara>
...
...
@@ -762,7 +762,7 @@
762
762
<varlistentry xml:id="constant.sqlsrv-sqltype-xml">
763
763
<term>
764
764
<constant>SQLSRV_SQLTYPE_XML</constant>
765
-
(<type>integer</type>)
765
+
(<type>int</type>)
766
766
</term>
767
767
<listitem>
768
768
<simpara>
...
...
@@ -774,7 +774,7 @@
774
774
<varlistentry xml:id="constant.sqlsrv-txn-read-uncommitted">
775
775
<term>
776
776
<constant>SQLSRV_TXN_READ_UNCOMMITTED</constant>
777
-
(<type>integer</type>)
777
+
(<type>int</type>)
778
778
</term>
779
779
<listitem>
780
780
<simpara>
...
...
@@ -787,7 +787,7 @@
787
787
<varlistentry xml:id="constant.sqlsrv-txn-read-committed">
788
788
<term>
789
789
<constant>SQLSRV_TXN_READ_COMMITTED</constant>
790
-
(<type>integer</type>)
790
+
(<type>int</type>)
791
791
</term>
792
792
<listitem>
793
793
<simpara>
...
...
@@ -800,7 +800,7 @@
800
800
<varlistentry xml:id="constant.sqlsrv-txn-repeatable-read">
801
801
<term>
802
802
<constant>SQLSRV_TXN_REPEATABLE_READ</constant>
803
-
(<type>integer</type>)
803
+
(<type>int</type>)
804
804
</term>
805
805
<listitem>
806
806
<simpara>
...
...
@@ -813,7 +813,7 @@
813
813
<varlistentry xml:id="constant.sqlsrv-txn-snapshot">
814
814
<term>
815
815
<constant>SQLSRV_TXN_SNAPSHOT</constant>
816
-
(<type>integer</type>)
816
+
(<type>int</type>)
817
817
</term>
818
818
<listitem>
819
819
<simpara>
...
...
@@ -826,7 +826,7 @@
826
826
<varlistentry xml:id="constant.sqlsrv-txn-read-serializable">
827
827
<term>
828
828
<constant>SQLSRV_TXN_READ_SERIALIZABLE</constant>
829
-
(<type>integer</type>)
829
+
(<type>int</type>)
830
830
</term>
831
831
<listitem>
832
832
<simpara>
...
...
@@ -839,7 +839,7 @@
839
839
<varlistentry xml:id="constant.sqlsrv-cursor-forward">
840
840
<term>
841
841
<constant>SQLSRV_CURSOR_FORWARD</constant>
842
-
(<type>integer</type>)
842
+
(<type>int</type>)
843
843
</term>
844
844
<listitem>
845
845
<simpara>
...
...
@@ -851,7 +851,7 @@
851
851
<varlistentry xml:id="constant.sqlsrv-cursor-static">
852
852
<term>
853
853
<constant>SQLSRV_CURSOR_STATIC</constant>
854
-
(<type>integer</type>)
854
+
(<type>int</type>)
855
855
</term>
856
856
<listitem>
857
857
<simpara>
...
...
@@ -863,7 +863,7 @@
863
863
<varlistentry xml:id="constant.sqlsrv-dynamic">
864
864
<term>
865
865
<constant>SQLSRV_CURSOR_DYNAMIC</constant>
866
-
(<type>integer</type>)
866
+
(<type>int</type>)
867
867
</term>
868
868
<listitem>
869
869
<simpara>
...
...
@@ -875,7 +875,7 @@
875
875
<varlistentry xml:id="constant.sqlsrv-cursor-keyset">
876
876
<term>
877
877
<constant>SQLSRV_CURSOR_KEYSET</constant>
878
-
(<type>integer</type>)
878
+
(<type>int</type>)
879
879
</term>
880
880
<listitem>
881
881
<simpara>
...
...
@@ -887,7 +887,7 @@
887
887
<varlistentry xml:id="constant.sqlsrv-cursor-buffered">
888
888
<term>
889
889
<constant>SQLSRV_CURSOR_BUFFERED</constant>
890
-
(<type>integer</type>)
890
+
(<type>int</type>)
891
891
</term>
892
892
<listitem>
893
893
<simpara>
...
...
@@ -899,7 +899,7 @@
899
899
<varlistentry xml:id="constant.sqlsrv-scroll-next">
900
900
<term>
901
901
<constant>SQLSRV_SCROLL_NEXT</constant>
902
-
(<type>integer</type>)
902
+
(<type>int</type>)
903
903
</term>
904
904
<listitem>
905
905
<simpara>
...
...
@@ -911,7 +911,7 @@
911
911
<varlistentry xml:id="constant.sqlsrv-scroll-prior">
912
912
<term>
913
913
<constant>SQLSRV_SCROLL_PRIOR</constant>
914
-
(<type>integer</type>)
914
+
(<type>int</type>)
915
915
</term>
916
916
<listitem>
917
917
<simpara>
...
...
@@ -923,7 +923,7 @@
923
923
<varlistentry xml:id="constant.sqlsrv-scroll-first">
924
924
<term>
925
925
<constant>SQLSRV_SCROLL_FIRST</constant>
926
-
(<type>integer</type>)
926
+
(<type>int</type>)
927
927
</term>
928
928
<listitem>
929
929
<simpara>
...
...
@@ -935,7 +935,7 @@
935
935
<varlistentry xml:id="constant.sqlsrv-scroll-last">
936
936
<term>
937
937
<constant>SQLSRV_SCROLL_LAST</constant>
938
-
(<type>integer</type>)
938
+
(<type>int</type>)
939
939
</term>
940
940
<listitem>
941
941
<simpara>
...
...
@@ -947,7 +947,7 @@
947
947
<varlistentry xml:id="constant.sqlsrv-scroll-absolute">
948
948
<term>
949
949
<constant>SQLSRV_SCROLL_ABSOLUTE</constant>
950
-
(<type>integer</type>)
950
+
(<type>int</type>)
951
951
</term>
952
952
<listitem>
953
953
<simpara>
...
...
@@ -959,7 +959,7 @@
959
959
<varlistentry xml:id="constant.sqlsrv-scroll-relative">
960
960
<term>
961
961
<constant>SQLSRV_SCROLL_RELATIVE</constant>
962
-
(<type>integer</type>)
962
+
(<type>int</type>)
963
963
</term>
964
964
<listitem>
965
965
<simpara>
966
966