StatementPrefetch::$fetchOptions
  • References/PHP/Drupal/Database/StatementPrefetch

Holds supplementary current fetch options (which will be used by the next fetch). Type: Array File

2025-01-10 15:47:30
StatementPrefetch::fetchAllAssoc
  • References/PHP/Drupal/Database/StatementPrefetch

public StatementPrefetch::fetchAllAssoc($key, $fetch_style =

2025-01-10 15:47:30
StatementPrefetch::$defaultFetchStyle
  • References/PHP/Drupal/Database/StatementPrefetch

Holds the default fetch style. Type: int File core/

2025-01-10 15:47:30
StatementPrefetch::rewind
  • References/PHP/Drupal/Database/StatementPrefetch

public StatementPrefetch::rewind()

2025-01-10 15:47:30
StatementPrefetch::$columnNames
  • References/PHP/Drupal/Database/StatementPrefetch

The list of column names in this result set. Type: Array File

2025-01-10 15:47:30
StatementPrefetch
  • References/PHP/Drupal/Database/StatementPrefetch

An implementation of StatementInterface that prefetches all data. This class behaves very similar to a \PDOStatement but as it always fetches

2025-01-10 15:47:30
StatementPrefetch::fetchAllKeyed
  • References/PHP/Drupal/Database/StatementPrefetch

public StatementPrefetch::fetchAllKeyed($key_index = 0, $value_index

2025-01-10 15:47:30
StatementPrefetch::$dbh
  • References/PHP/Drupal/Database/StatementPrefetch

Reference to the Drupal database connection object for this statement. Type:

2025-01-10 15:47:30
StatementPrefetch::getQueryString
  • References/PHP/Drupal/Database/StatementPrefetch

public StatementPrefetch::getQueryString()

2025-01-10 15:47:30
StatementPrefetch::$currentRow
  • References/PHP/Drupal/Database/StatementPrefetch

The current row, retrieved in \PDO::FETCH_ASSOC format. Type: Array File

2025-01-10 15:47:30