You are here

9 calls to StatementPrefetch::next() in Drupal 8

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