Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAttribute.xml PDO-setAttribute.xml PDOStatement-getAttribute.xml PDOStatement-setAttribute.xml
by Wez Furlong other posts by this author
Nov 3 2005 7:30AM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAttribute.xml PDO-setAttribute.xml PDOStatement-getAttribute.xml PDOStatement-setAttribute.xml
|
Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAttribute.xml PDO-setAttribute.xml PDOStatement-getAttribute.xml PDOStatement-setAttribute.xml
Err, this isn't firebird specific; it's also used for postgres and
odbc, and can be used to set and get the cursor name for "UPDATE ...
WHERE CURRENT OF ... " queries.
--Wez.
On 11/2/05, Jakub Vrana <vrana@[...].net> wrote:
> - &warn.undocumented.func;
> + <para>
> + Gets an attribute of the statement. Currently, no generic attributes exist but only dr
iver specific:
> + <itemizedlist>
> + <listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal> (Firebird specific):
> + Get the name of cursor.
> + </para></listitem>
> + </itemizedlist>
> + </para>
>
Thread:
Jakub Vrana
Wez Furlong
Jakub Vrana
Wez Furlong
Wez Furlong
Dan Scott
|