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 | my php.net 
search for in the  
<db2_connectdb2_exec" width="11" height="7"/>
view the version of this page
Last updated: Thu, 26 May 2005

db2_cursor_type

(no version information, might be only in CVS)

db2_cursor_type --  Returns the cursor type used by a statement resource

説明

int db2_cursor_type ( resource stmt )

警告

この関数は、 実験的なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用してください。

Returns the cursor type used by a statement resource. Use this to determine if you are working with a forward-only cursor or scrollable cursor.

パラメータ

stmt

A valid statement resource.

戻り値

Returns either DB2_FORWARD_ONLY if the statement resource uses a forward-only cursor or DB2_SCROLLABLE if the statement resource uses a scrollable cursor.

以下も参照ください

db2_prepare()



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

<db2_connectdb2_exec" width="11" height="7"/>
 Last updated: Thu, 26 May 2005
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This mirror generously provided by: PacketBusiness, Inc.
Last updated: Tue Nov 1 06:21:56 2005 JST