You are here

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

Connection

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

public function InDoomedTransaction() {
  return $this->doomed_transaction;
}