public property DatabaseStatementBase::$dbh

Reference to the database connection object for this statement.

The name $dbh is inherited from PDOStatement.

Tipo: DatabaseConnection

Archivo

drupal-7.x/includes/database/database.inc, line 2143
Core systems for the database layer.

Class

DatabaseStatementBase
Default implementation of DatabaseStatementInterface.

Código

public $dbh;