You are here

protected property Transaction::$settings in Drupal driver for SQL Server and SQL Azure 8.2

Same name and namespace in other branches
  1. 8 drivers/lib/Drupal/Driver/Database/sqlsrv/Transaction.php \Drupal\Driver\Database\sqlsrv\Transaction::settings

A boolean to indicate if the transaction scope should behave sanely.

Type: DatabaseTransactionSettings

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Transaction.php, line 32
Definition of Drupal\Driver\Database\sqlsrv\Transaction

Class

Transaction

Namespace

Drupal\Driver\Database\sqlsrv

Code

protected $settings = false;