oci_set_prefetch

(no version information, might be only in CVS)

oci_set_prefetch -- Sets number of rows to be prefetched

Description

bool oci_set_prefetch ( resource statement [, int rows])

Sets the number of rows to be prefetched after successful call to oci_execute(). The default value for rows is 1.

Returns TRUE on success or FALSE on failure.