vrana Thu Nov 3 11:05:14 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDOStatement-getAttribute.xml
PDOStatement-setAttribute.xml
Log:
ATTR_CURSOR_NAME is also for ODBC (spotted by Wez)
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml:1.3
phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml:1.3 Wed Nov
2 04:47:10 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml Thu Nov
3 11:05:10 2005
@@ -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>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml:1.3
phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml:1.3 Wed Nov
2 04:47:10 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml Thu Nov
3 11:05:10 2005
@@ -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>