An attribute is only driver specific if the constant name has the driver name in it.
--Wez. On 11/3/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> wrote: > > - &warn.undocumented.func; > > + <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. > > + </para></listitem> > > + </itemizedlist> > > + </para> > > >