Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<PDOStatement::fetchObjectPDOStatement::getColumnMeta>
Last updated: Tue, 19 Sep 2006

PDOStatement::getAttribute

(no version information, might be only in CVS)

PDOStatement::getAttribute --  Retrieve a statement attribute

Description

mixed PDOStatement::getAttribute ( int attribute )

Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific:

  • PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Get the name of cursor for UPDATE ... WHERE CURRENT OF.

See Also

PDO::getAttribute()
PDO::setAttribute()
PDOStatement::setAttribute()




<PDOStatement::fetchObjectPDOStatement::getColumnMeta>
Last updated: Tue, 19 Sep 2006