reference/oci8/functions/oci-get-implicit-resultset.xml
ed6de1ae20ce16c0c7be0b3fef282b6065bebfac
...
...
@@ -3,21 +3,21 @@
3
3
<refentry xml:id="function.oci-get-implicit-resultset" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>oci_get_implicit_resultset</refname>
6
-
<refpurpose>Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets
6
+
<refpurpose>Returns the next child statement resource from a parent statement resource that has Oracle Database Implicit Result Sets
7
7
</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>resource </type><methodname>oci_get_implicit_resultset</methodname>
13
+
<type class="union"><type>resource</type><type>false</type></type><methodname>oci_get_implicit_resultset</methodname>
14
14
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Used to fetch consectutive sets of query results after the
18
18
execution of a stored or anonymous Oracle PL/SQL block where that
19
-
block returns query results with
20
-
Oracle's <emphasis>DBMS_SQL.RETURN_RESULT</emphasis> PL/SQL
19
+
block returns query results with the
20
+
Oracle Database 12 (or later) <emphasis>DBMS_SQL.RETURN_RESULT</emphasis> PL/SQL
21
21
function. This allows PL/SQL blocks to easily return query
22
22
results.
23
23
</para>
...
...
@@ -299,7 +299,6 @@ oci_close($conn);
299
299
</refsect1>
300
300

301
301
</refentry>
302
-
303
302
<!-- Keep this comment at the end of the file
304
303
Local variables:
305
304
mode: sgml
...
...
@@ -320,4 +319,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
320
319
vim: et tw=78 syn=sgml
321
320
vi: ts=1 sw=1
322
321
-->
323
-
324
322