ATTR_CURSOR_NAME is also for ODBC (spotted by Wez)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199919 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-11-03 16:05:10 +00:00
parent f4c7bff6c1
commit c8d7b23d25
2 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
<refentry id="function.PDOStatement-getAttribute">
<refnamediv>
@ -18,8 +18,9 @@
<para>
Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific:
<itemizedlist>
<listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal> (Firebird specific):
Get the name of cursor.
<listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal>
(Firebird and ODBC specific):
Get the name of cursor for <literal>UPDATE ... WHERE CURRENT OF</literal>.
</para></listitem>
</itemizedlist>
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
<refentry id="function.PDOStatement-setAttribute">
<refnamediv>
@ -19,8 +19,9 @@
<para>
Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific:
<itemizedlist>
<listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal> (Firebird specific):
Set the name of cursor.
<listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal>
(Firebird and ODBC specific):
Set the name of cursor for <literal>UPDATE ... WHERE CURRENT OF</literal>.
</para></listitem>
</itemizedlist>
</para>