public function StatementPrefetch::rewind in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/StatementPrefetch.php \Drupal\Core\Database\StatementPrefetch::rewind()
- 9 core/lib/Drupal/Core/Database/StatementPrefetch.php \Drupal\Core\Database\StatementPrefetch::rewind()
File
- core/
lib/ Drupal/ Core/ Database/ StatementPrefetch.php, line 363
Class
- StatementPrefetch
- An implementation of StatementInterface that prefetches all data.
Namespace
Drupal\Core\DatabaseCode
public function rewind() {
// Nothing to do: our DatabaseStatement can't be rewound.
}