reference/oci8/constants.xml
5e41012cfdf8f2eff5fa56de446c7656afac536c
...
...
@@ -41,8 +41,7 @@
41
41
<entry><constant>OCI_CRED_EXT</constant></entry>
42
42
<entry>
43
43
Used with <function>oci_connect</function> for using
44
-
Oracles' External or OS authentication. Introduced in PHP
45
-
5.3 and PECL OCI8 1.3.4.
44
+
Oracles' External or OS authentication.
46
45
</entry>
47
46
</row>
48
47
<row xml:id="constant.oci-default">
...
...
@@ -83,10 +82,10 @@
83
82
Alternative mode of <function>oci_fetch_all</function>.
84
83
</entry>
85
84
</row>
86
-
<row xml:id="constant.oci-lob-buffer-free">
85
+
<row xml:id="constant.ocilob-buffer-free">
87
86
<entry><constant>OCI_LOB_BUFFER_FREE</constant></entry>
88
87
<entry>
89
-
Used with <xref linkend="oci-lob.flush"/> to free
88
+
Used with <xref linkend="ocilob.flush"/> to free
90
89
buffers used.
91
90
</entry>
92
91
</row>
...
...
@@ -98,7 +97,6 @@
98
97
automatically committed when using this mode. For
99
98
readability in new code, use this value instead of the
100
99
older, equivalent <constant>OCI_DEFAULT</constant> constant.
101
-
Introduced in PHP 5.3.2 (PECL OCI8 1.4).
102
100
</entry>
103
101
</row>
104
102
<row xml:id="constant.oci-num">
...
...
@@ -126,19 +124,19 @@
126
124
<row xml:id="constant.oci-seek-cur">
127
125
<entry><constant>OCI_SEEK_CUR</constant></entry>
128
126
<entry>
129
-
Used with <xref linkend="oci-lob.seek" /> to set the seek position.
127
+
Used with <xref linkend="ocilob.seek" /> to set the seek position.
130
128
</entry>
131
129
</row>
132
130
<row xml:id="constant.oci-seek-end">
133
131
<entry><constant>OCI_SEEK_END</constant></entry>
134
132
<entry>
135
-
Used with <xref linkend="oci-lob.seek" /> to set the seek position.
133
+
Used with <xref linkend="ocilob.seek" /> to set the seek position.
136
134
</entry>
137
135
</row>
138
136
<row xml:id="constant.oci-seek-set">
139
137
<entry><constant>OCI_SEEK_SET</constant></entry>
140
138
<entry>
141
-
Used with <xref linkend="oci-lob.seek" /> to set the seek position.
139
+
Used with <xref linkend="ocilob.seek" /> to set the seek position.
142
140
</entry>
143
141
</row>
144
142
<row xml:id="constant.oci-sysdate">
...
...
@@ -168,14 +166,14 @@
168
166
<row xml:id="constant.oci-temp-blob">
169
167
<entry><constant>OCI_TEMP_BLOB</constant></entry>
170
168
<entry>
171
-
Used with <xref linkend="oci-lob.writetemporary"/>
169
+
Used with <xref linkend="ocilob.writetemporary"/>
172
170
to indicate that a temporary BLOB should be created.
173
171
</entry>
174
172
</row>
175
173
<row xml:id="constant.oci-temp-clob">
176
174
<entry><constant>OCI_TEMP_CLOB</constant></entry>
177
175
<entry>
178
-
Used with <xref linkend="oci-lob.writetemporary"/>
176
+
Used with <xref linkend="ocilob.writetemporary"/>
179
177
to indicate that a temporary CLOB should be created.
180
178
</entry>
181
179
</row>
...
...
@@ -252,8 +250,7 @@
252
250
<entry><constant>OCI_B_NTY</constant></entry>
253
251
<entry>
254
252
Used with <function>oci_bind_by_name</function> when binding
255
-
named data types. Note: in PHP &lt; 5.0 it was called
256
-
<constant>OCI_B_SQLT_NTY</constant>.
253
+
named data types.
257
254
</entry>
258
255
</row>
259
256
<row xml:id="constant.oci-b-num">
260
257