9 calls to StatementPrefetch::next()

StatementPrefetch::execute in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Executes a prepared statement.
StatementPrefetch::fetch in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::fetchAll in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::fetchAllAssoc in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Returns the result set as an associative array keyed by the given field.
StatementPrefetch::fetchAllKeyed in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Returns the entire result set as a single associative array.
StatementPrefetch::fetchAssoc in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Fetches the next row and returns it as an associative array.
StatementPrefetch::fetchCol in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
Returns an entire single column of a result set as an indexed array.
StatementPrefetch::fetchColumn in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php
StatementPrefetch::fetchObject in drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php