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.

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.