public property Statement::$dbh

Reference to the database connection object for this statement.

The name $dbh is inherited from PDOStatement.

Type: DatabaseConnection

File

drupal/core/lib/Drupal/Core/Database/Statement.php, line 33
Definition of Drupal\Core\Database\StatementBase

Class

Statement
Default implementation of StatementInterface.

Namespace

Drupal\Core\Database

Code

public $dbh;