PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
doctrine
/
dbal
/
src
<?php declare(strict_types=1); namespace Doctrine\DBAL; final class TransactionIsolationLevel { /** * Transaction isolation level READ UNCOMMITTED. */ public const READ_UNCOMMITTED = 1; /** * Transaction isolation level READ COMMITTED. */ public const READ_COMMITTED = 2; /** * Transaction isolation level REPEATABLE READ. */ public const REPEATABLE_READ = 3; /** * Transaction isolation level SERIALIZABLE. */ public const SERIALIZABLE = 4; /** * @codeCoverageIgnore */ private function __construct() { } }
[-] Driver.php
[edit]
[+]
Cache
[+]
Tools
[+]
..
[-] VersionAwarePlatformDriver.php
[edit]
[+]
Exception
[-] FetchMode.php
[edit]
[+]
Id
[+]
Query
[-] Query.php
[edit]
[-] DriverManager.php
[edit]
[-] ColumnCase.php
[edit]
[-] LockMode.php
[edit]
[+]
Types
[+]
Platforms
[-] Connection.php
[edit]
[+]
Connections
[+]
Driver
[+]
Portability
[-] ParameterType.php
[edit]
[-] Events.php
[edit]
[+]
SQL
[-] Exception.php
[edit]
[-] Statement.php
[edit]
[+]
Logging
[-] Result.php
[edit]
[+]
ArrayParameters
[+]
Event
[-] TransactionIsolationLevel.php
[edit]
[-] Configuration.php
[edit]
[-] ExpandArrayParameters.php
[edit]
[-] ConnectionException.php
[edit]
[+]
Schema