constant TransactionIsolationLevel::Ignore in Drupal driver for SQL Server and SQL Azure 8
5 uses of TransactionIsolationLevel::Ignore
- Connection::popCommittableTransactions in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Connection.php - Internal function: commit all the transaction layers that can commit.
- Connection::pushTransaction in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Connection.php - Summary of pushTransaction
- Connection::rollback in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Connection.php - Overriden.
- TransactionSettings::GetBetterDefaults in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ TransactionSettings.php - Proposed better defaults.
- TransactionSettings::GetDefaults in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ TransactionSettings.php - Returns a default setting system-wide.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ TransactionIsolationLevel.php, line 15
Class
- TransactionIsolationLevel
- Available transaction isolation levels.
Namespace
Drupal\Driver\Database\sqlsrvCode
const Ignore = 'IGNORE';