public function Connection::InDoomedTransaction in Drupal driver for SQL Server and SQL Azure 8.2
If we are in a transaction and the transaction is doomed.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ PDO/ Connection.php, line 83
Class
Namespace
Drupal\Driver\Database\sqlsrv\PDOCode
public function InDoomedTransaction() {
return $this->doomed_transaction;
}