protected function Statement::__construct in Drupal driver for SQL Server and SQL Azure 8
Same name and namespace in other branches
- 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Statement.php \Drupal\Driver\Database\sqlsrv\Statement::__construct()
Overrides Statement::__construct
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Statement.php, line 21 - Definition of Drupal\Driver\Database\sqlsrv\Statement
Class
Namespace
Drupal\Driver\Database\sqlsrvCode
protected function __construct(Connection $dbh) {
$this->allowRowCount = TRUE;
parent::__construct($dbh);
}