9 calls to DatabaseStatementPrefetch::next()

DatabaseStatementPrefetch::execute in drupal/includes/database/prefetch.inc
Executes a prepared statement.
DatabaseStatementPrefetch::fetch in drupal/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAll in drupal/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAllAssoc in drupal/includes/database/prefetch.inc
Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllKeyed in drupal/includes/database/prefetch.inc
Returns the entire result set as a single associative array.
DatabaseStatementPrefetch::fetchAssoc in drupal/includes/database/prefetch.inc
Fetches the next row and returns it as an associative array.
DatabaseStatementPrefetch::fetchCol in drupal/includes/database/prefetch.inc
Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetchColumn in drupal/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchObject in drupal/includes/database/prefetch.inc