You are here

public property StatementBase::$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/StatementBase.php, line 32
Contains \Drupal\Core\Database\Statement.

Class

StatementBase
Default implementation of StatementInterface.

Namespace

Drupal\Driver\Database\sqlsrv

Code

public $dbh;