StatementInterface::fetchObject

public StatementInterface::fetchObject()

Fetches the next row and returns it as an object.

The object will be of the class specified by StatementInterface::setFetchMode() or stdClass if not specified.

File

core/lib/Drupal/Core/Database/StatementInterface.php, line 131

Class

StatementInterface
Represents a prepared statement.

Namespace

Drupal\Core\Database

Code

public function fetchObject();
doc_Drupal
2016-10-29 09:44:08
Comments
Leave a Comment

Please login to continue.