You are here

public property StatementPrefetch::$dbh in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/StatementPrefetch.php \Drupal\Core\Database\StatementPrefetch::dbh

Reference to the Drupal database connection object for this statement.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Database/StatementPrefetch.php, line 37
Contains \Drupal\Core\Database\StatementPrefetch.

Class

StatementPrefetch
An implementation of StatementInterface that prefetches all data.

Namespace

Drupal\Core\Database

Code

public $dbh;