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.