PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

oci_statement_type> <oci_server_version
Last updated: Fri, 10 Oct 2008

view this page in

oci_set_prefetch

(PHP 5, PECL oci8:1.1-1.2.4)

oci_set_prefetchプリフェッチする行数を設定する

説明

bool oci_set_prefetch ( resource $statement , int $rows )

oci_execute() のコールが成功した後にプリフェッチする行数を設定します。

パラメータ

statement

rows

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

注意

注意: PHP バージョン 5.0.0 以前では、代わりに ocisetprefetch() を使用しなければなりません。 まだこの名前を使用することができ、下位互換性のため oci_set_prefetch() への別名として残されていますが、 推奨されません。

参考



add a note add a note User Contributed Notes
oci_set_prefetch
There are no user contributed notes for this page.

oci_statement_type> <oci_server_version
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites