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

search for in the

db2_escape_string> <db2_connect
Last updated: Fri, 13 Nov 2009

view this page in

db2_cursor_type

(PECL ibm_db2 >= 1.0.0)

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

説明

int db2_cursor_type ( resource $stmt )

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

パラメータ

stmt

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

返り値

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

参考



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

db2_escape_string> <db2_connect
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites