7 calls to StatementPrefetchIterator::fetch()
- StatementPrefetchIterator::fetchAll in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - Returns an array containing all of the result set rows.
- StatementPrefetchIterator::fetchAllAssoc in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - Returns the result set as an associative array keyed by the given field.
- StatementPrefetchIterator::fetchAllKeyed in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - Returns the entire result set as a single associative array.
- StatementPrefetchIterator::fetchAssoc in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - Fetches the next row and returns it as an associative array.
- StatementPrefetchIterator::fetchCol in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - Returns an entire single column of a result set as an indexed array.
- StatementPrefetchIterator::fetchColumn in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - StatementPrefetchIterator::fetchObject in core/
lib/ Drupal/ Core/ Database/ StatementPrefetchIterator.php - Fetches the next row and returns it as an object.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.