public property StatementPrefetch::$dbh

Reference to the database connection object for this statement.

The name $dbh is inherited from PDOStatement.

Type: Drupal\Core\Database\Connection

File

drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php, line 44
Definition of Drupal\Core\Database\StatementPrefetch

Class

StatementPrefetch
An implementation of DatabaseStatementInterface that prefetches all data.

Namespace

Drupal\Core\Database

Code

public $dbh;