From 08a5ddaaaa9b66a05d8b09cb720fd8ef4f927cc1 Mon Sep 17 00:00:00 2001 From: Thomas Fromm Date: Sat, 14 Jul 2001 12:31:14 +0000 Subject: [PATCH] ocisetprefetch added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51476 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/functions/oci8.xml b/functions/oci8.xml index 37c9728bdf..9d8e9d45ae 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -1550,10 +1550,11 @@ OCILogoff($conn); + OCICancel - Coming soon. + Cancel reading from cursor Description @@ -1564,7 +1565,28 @@ OCILogoff($conn); - Coming soon. + If you do not want read more data from a cursor, then call + OCICancel. + + + + + + + OCISetPrefetch + sets number of rows to be prefetched + + + Description + + + int OCISetPrefetch + int stmt + int rows + + + + Sets the number of top level rows to be prefetched. The default value is 1 row.