function StatementIteratorTrait::markResultsetFetchingComplete
Same name and namespace in other branches
- 10 core/lib/Drupal/Core/Database/StatementIteratorTrait.php \Drupal\Core\Database\StatementIteratorTrait::markResultsetFetchingComplete()
Informs the iterator that no more rows can be fetched from the resultset.
6 calls to StatementIteratorTrait::markResultsetFetchingComplete()
- StatementBase::fetch in core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php - StatementBase::fetchAll in core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php - StatementBase::fetchAllAssoc in core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php - StatementBase::fetchAllKeyed in core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php - StatementBase::fetchField in core/
lib/ Drupal/ Core/ Database/ Statement/ StatementBase.php
File
-
core/
lib/ Drupal/ Core/ Database/ StatementIteratorTrait.php, line 69
Class
- StatementIteratorTrait
- StatementInterface iterator trait.
Namespace
Drupal\Core\DatabaseCode
protected function markResultsetFetchingComplete() : void {
$this->markResultsetIterable(FALSE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.