Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: db2_cursor_type - Manual
[go: Go Back, main page]

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

search for in the

db2_escape_string" width="11" height="7"/> <db2_connect
Last updated: Thu, 31 May 2007

view this page in

db2_cursor_type

(PECL ibm_db2:1.0-1.5.1)

db2_cursor_type — ステートメントリソースが使用しているカーソルの型を返す

説明

int db2_cursor_type ( resource $stmt )

ステートメントリソースが使用しているカーソルの型を返します。 使用中のカーソルが前進のみなのかスクロール可能なのかを調べるために、 これを使用します。

パラメータ

stmt

有効なステートメントリソース。

返り値

ステートメントリソースが前進のみのカーソルを使用している場合に DB2_FORWARD_ONLY、スクロール可能なカーソルを 使用している場合に DB2_SCROLLABLE を返します。

参考

db2_prepare()



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

db2_escape_string" width="11" height="7"/> <db2_connect
Last updated: Thu, 31 May 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites