From c8d7b23d25eb6b3b15cfc4a8a4df22e8c336b614 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 3 Nov 2005 16:05:10 +0000 Subject: [PATCH] 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 --- reference/pdo/functions/PDOStatement-getAttribute.xml | 7 ++++--- reference/pdo/functions/PDOStatement-setAttribute.xml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/reference/pdo/functions/PDOStatement-getAttribute.xml b/reference/pdo/functions/PDOStatement-getAttribute.xml index 1482bf5b07..2386026f6e 100644 --- a/reference/pdo/functions/PDOStatement-getAttribute.xml +++ b/reference/pdo/functions/PDOStatement-getAttribute.xml @@ -1,5 +1,5 @@ - + @@ -18,8 +18,9 @@ Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific: - PDO::ATTR_CURSOR_NAME (Firebird specific): - Get the name of cursor. + PDO::ATTR_CURSOR_NAME + (Firebird and ODBC specific): + Get the name of cursor for UPDATE ... WHERE CURRENT OF. diff --git a/reference/pdo/functions/PDOStatement-setAttribute.xml b/reference/pdo/functions/PDOStatement-setAttribute.xml index 19e432e2d3..47f6b8c878 100644 --- a/reference/pdo/functions/PDOStatement-setAttribute.xml +++ b/reference/pdo/functions/PDOStatement-setAttribute.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,9 @@ Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific: - PDO::ATTR_CURSOR_NAME (Firebird specific): - Set the name of cursor. + PDO::ATTR_CURSOR_NAME + (Firebird and ODBC specific): + Set the name of cursor for UPDATE ... WHERE CURRENT OF.