|  | oci_set_prefetch(no version information, might be only in CVS)oci_set_prefetch -- Sets number of rows to be prefetched Descriptionbool 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. 如果成功则返回 TRUE,失败则返回 FALSE。 |  |