reference/pdo_sqlsrv/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="pdo.constants.sqlsrv-txn-read-uncommitted">
8
8
<term>
9
9
<constant>PDO::SQLSRV_TXN_READ_UNCOMMITTED</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -20,7 +20,7 @@
20
20
<varlistentry xml:id="pdo.constants.sqlsrv-txn-read-committed">
21
21
<term>
22
22
<constant>PDO::SQLSRV_TXN_READ_COMMITTED</constant>
23
-
(<type>integer</type>)
23
+
(<type>int</type>)
24
24
</term>
25
25
<listitem>
26
26
<simpara>
...
...
@@ -33,7 +33,7 @@
33
33
<varlistentry xml:id="pdo.constants.sqlsrv-txn-repeatable-read">
34
34
<term>
35
35
<constant>PDO::SQLSRV_TXN_REPEATABLE_READ</constant>
36
-
(<type>integer</type>)
36
+
(<type>int</type>)
37
37
</term>
38
38
<listitem>
39
39
<simpara>
...
...
@@ -46,7 +46,7 @@
46
46
<varlistentry xml:id="pdo.constants.sqlsrv-txn-snapshot">
47
47
<term>
48
48
<constant>PDO::SQLSRV_TXN_SNAPSHOT</constant>
49
-
(<type>integer</type>)
49
+
(<type>int</type>)
50
50
</term>
51
51
<listitem>
52
52
<simpara>
...
...
@@ -58,7 +58,7 @@
58
58
<varlistentry xml:id="pdo.constants.sqlsrv-txn-serializable">
59
59
<term>
60
60
<constant>PDO::SQLSRV_TXN_SERIALIZABLE</constant>
61
-
(<type>integer</type>)
61
+
(<type>int</type>)
62
62
</term>
63
63
<listitem>
64
64
<simpara>
...
...
@@ -71,7 +71,7 @@
71
71
<varlistentry xml:id="pdo.constants.sqlsrv-encoding-binary">
72
72
<term>
73
73
<constant>PDO::SQLSRV_ENCODING_BINARY</constant>
74
-
(<type>integer</type>)
74
+
(<type>int</type>)
75
75
</term>
76
76
<listitem>
77
77
<simpara>
...
...
@@ -85,7 +85,7 @@
85
85
<varlistentry xml:id="pdo.constants.sqlsrv-encoding-system">
86
86
<term>
87
87
<constant>PDO::SQLSRV_ENCODING_SYSTEM</constant>
88
-
(<type>integer</type>)
88
+
(<type>int</type>)
89
89
</term>
90
90
<listitem>
91
91
<simpara>
...
...
@@ -101,7 +101,7 @@
101
101
<varlistentry xml:id="pdo.constants.sqlsrv-encoding-utf8">
102
102
<term>
103
103
<constant>PDO::SQLSRV_ENCODING_UTF8</constant>
104
-
(<type>integer</type>)
104
+
(<type>int</type>)
105
105
</term>
106
106
<listitem>
107
107
<simpara>
...
...
@@ -115,7 +115,7 @@
115
115
<varlistentry xml:id="pdo.constants.sqlsrv-encoding-default">
116
116
<term>
117
117
<constant>PDO::SQLSRV_ENCODING_DEFAULT</constant>
118
-
(<type>integer</type>)
118
+
(<type>int</type>)
119
119
</term>
120
120
<listitem>
121
121
<simpara>
...
...
@@ -130,7 +130,7 @@
130
130
<varlistentry xml:id="pdo.constants.sqlsrv-attr-query-timeout">
131
131
<term>
132
132
<constant>PDO::SQLSRV_ATTR_QUERY_TIMEOUT</constant>
133
-
(<type>integer</type>)
133
+
(<type>int</type>)
134
134
</term>
135
135
<listitem>
136
136
<simpara>
...
...
@@ -143,7 +143,7 @@
143
143
<varlistentry xml:id="pdo.constants.sqlsrv-attr-direct-query">
144
144
<term>
145
145
<constant>PDO::SQLSRV_ATTR_DIRECT_QUERY</constant>
146
-
(<type>integer</type>)
146
+
(<type>int</type>)
147
147
</term>
148
148
<listitem>
149
149
<simpara>
150
150