ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:recordset:fetchobj

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:reference:recordset:fetchobj [2016/01/28 18:00] – [Usage] mnewnhamv5:reference:recordset:fetchobj [2023/06/11 11:28] – [fetchObj] add fetchObject alias dregad
Line 1: Line 1:
 ====== fetchObj ======= ====== fetchObj =======
 +====== fetchObject =======
 +
 ~~NOTOC~~ ~~NOTOC~~
 +
 <WRAP right box> <WRAP right box>
   obj fetchObj(   obj fetchObj(
       optional bool $upperCaseKeys=false       optional bool $upperCaseKeys=false
 +      )
 +
 +  obj fetchObject(
 +      optional bool $upperCaseKeys=true
       )       )
 </WRAP> </WRAP>
Line 10: Line 17:
  
 Unlike the [[v5:reference:recordset:fetchNextObj()]] method, the record pointer is not advanced. It is recommended that the 2 methods are not mixed in the same procedure.  Unlike the [[v5:reference:recordset:fetchNextObj()]] method, the record pointer is not advanced. It is recommended that the 2 methods are not mixed in the same procedure. 
 +
 +If the SQL statement results in an empty recordset, then calling fetchObj() will return an empty record, not EOF. Use [[v5:reference:connection:recordcount|recordCount()]] to ensure that you have retrieved a record
  
 Results are influenced both by the [[v5:reference:adodb_assoc_case|ADODB_ASSOC_CASE]] constant and [[v5:reference:adodb_fetch_mode|$ADODB_FETCH_MODE]] attribute. Results are influenced both by the [[v5:reference:adodb_assoc_case|ADODB_ASSOC_CASE]] constant and [[v5:reference:adodb_fetch_mode|$ADODB_FETCH_MODE]] attribute.
v5/reference/recordset/fetchobj.txt · Last modified: 2023/06/11 12:25 by dregad