tfromm Sat Jul 14 08:31:14 2001 EDT
Modified files:
/phpdoc/en/functions oci8.xml
Log:
ocisetprefetch added
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.27 phpdoc/en/functions/oci8.xml:1.28
--- phpdoc/en/functions/oci8.xml:1.27 Sat Jul 7 15:36:45 2001
+++ phpdoc/en/functions/oci8.xml Sat Jul 14 08:31:14 2001
@@ -1550,10 +1550,11 @@
</simpara>
</refsect1>
</refentry>
+
<refentry id="function.ocicancel">
<refnamediv>
<refname>OCICancel</refname>
- <refpurpose>Coming soon.</refpurpose>
+ <refpurpose>Cancel reading from cursor</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -1564,7 +1565,28 @@
</funcprototype>
</funcsynopsis>
<simpara>
- Coming soon.
+ If you do not want read more data from a cursor, then call
+ <function>OCICancel</function>.
+ </simpara>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ocisetprefetch">
+ <refnamediv>
+ <refname>OCISetPrefetch</refname>
+ <refpurpose>sets number of rows to be prefetched</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>OCISetPrefetch</function></funcdef>
+ <paramdef>int <parameter>stmt</parameter></paramdef>
+ <paramdef>int <parameter>rows</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <simpara>
+ Sets the number of top level rows to be prefetched. The default value is 1 row.
</simpara>
</refsect1>
</refentry>