array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.db2-cursor-type.php', 1 => 'db2_cursor_type', 2 => 'Returns the cursor type used by a statement resource', ), 'up' => array ( 0 => 'ref.ibm-db2.php', 1 => 'IBM DB2 İşlevleri', ), 'prev' => array ( 0 => 'function.db2-connect.php', 1 => 'db2_connect', ), 'next' => array ( 0 => 'function.db2-escape-string.php', 1 => 'db2_escape_string', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ibm_db2/functions/db2-cursor-type.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL ibm_db2 >= 1.0.0)
db2_cursor_type — Returns the cursor type used by a statement resource
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.
stmtA 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.