public property StatementPrefetch::$dbh

Reference to the database connection object for this statement.

This is part of the public interface of PDOStatement.

Type: PDO

File

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

Class

StatementPrefetch
An implementation of StatementInterface that prefetches all data.

Namespace

Drupal\Core\Database

Code

public $dbh;