PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
doctrine
/
dbal
/
lib
/
Doctrine
/
DBAL
<?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() { } }
[+]
..
[+]
Abstraction
[+]
Cache
[-] ColumnCase.php
[edit]
[-] Configuration.php
[edit]
[-] Connection.php
[edit]
[-] ConnectionException.php
[edit]
[+]
Connections
[-] DBALException.php
[edit]
[-] Driver.php
[edit]
[+]
Driver
[-] DriverManager.php
[edit]
[+]
Event
[-] Events.php
[edit]
[-] Exception.php
[edit]
[+]
Exception
[-] FetchMode.php
[edit]
[+]
Id
[-] LockMode.php
[edit]
[+]
Logging
[-] ParameterType.php
[edit]
[+]
Platforms
[+]
Portability
[+]
Query
[-] SQLParserUtils.php
[edit]
[-] SQLParserUtilsException.php
[edit]
[+]
Schema
[+]
Sharding
[-] Statement.php
[edit]
[+]
Tools
[-] TransactionIsolationLevel.php
[edit]
[+]
Types
[-] Version.php
[edit]
[-] VersionAwarePlatformDriver.php
[edit]
[-] .htaccess.disabled
[edit]