JDatabaseDriverPostgresql::fetchObject
Method to fetch a row from the result set cursor as an object.
Signature
protected function fetchObject([mixed
$cursor = null,
[string
$class = 'stdClass']] )
Parameters
-
$cursor
- The optional result set cursor from which to fetch the row.
-
$class
- The class name to use for the returned row object.
Returns
- mixed
- Either the next row from the result set or false if there are no more rows.