![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
db2_fetch_object(no version information, might be only in CVS) db2_fetch_object -- Returns an object with properties representing columns in the fetched rowDescriptionobject db2_fetch_object ( resource stmt [, int row_number] )
Returns an object in which each property represents a column returned in the row fetched from a result set. Parameters
Return ValuesReturns an object representing a single row in the result set. The properties of the object map to the names of the columns in the result set. The IBM DB2, Cloudscape, and Apache Derby database servers typically fold column names to upper-case, so the object properties will reflect that case. If your SELECT statement calls a scalar function to modify the value of a column, the database servers return the column number as the name of the column in the result set. If you prefer a more descriptive column name and object property, you can use the AS clause to assign a name to the column in the result set. Returns FALSE if no row was retrieved. Examples
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|