You are here

public property Statement::$dbh in Drupal driver for SQL Server and SQL Azure 8.2

Reference to the database connection object for this statement.

The name $dbh is inherited from \PDOStatement.

Type: \Drupal\Core\Database\Connection

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Statement.php, line 30
Definition of Drupal\Driver\Database\sqlsrv\Statement

Class

Statement

Namespace

Drupal\Driver\Database\sqlsrv

Code

public $dbh;