protected property Transaction::$commited in Drupal driver for SQL Server and SQL Azure 8.2
Same name and namespace in other branches
- 8 drivers/lib/Drupal/Driver/Database/sqlsrv/Transaction.php \Drupal\Driver\Database\sqlsrv\Transaction::commited
A boolean value to indicate whether this transaction has been commited.
Type: Boolean
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Transaction.php, line 26 - Definition of Drupal\Driver\Database\sqlsrv\Transaction
Class
Namespace
Drupal\Driver\Database\sqlsrvCode
protected $commited = false;