You are here

constant DatabaseTransactionIsolationLevel::ReadUncommitted in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/transaction.inc \DatabaseTransactionIsolationLevel::ReadUncommitted

File

sqlsrv/transaction.inc, line 116

Class

DatabaseTransactionIsolationLevel
Available transaction isolation levels.

Code

const ReadUncommitted = 'READ UNCOMMITTED';