PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
doctrine
/
dbal
/
src
<?php namespace Doctrine\DBAL; /** * Contains portable column case conversions. */ final class ColumnCase { /** * Convert column names to upper case. */ public const UPPER = 1; /** * Convert column names to lower case. */ public const LOWER = 2; /** * This class cannot be instantiated. * * @codeCoverageIgnore */ private function __construct() { } }
[+]
..
[-] ArrayParameterType.php
[edit]
[+]
ArrayParameters
[+]
Cache
[-] ColumnCase.php
[edit]
[-] Configuration.php
[edit]
[-] Connection.php
[edit]
[-] ConnectionException.php
[edit]
[+]
Connections
[-] Driver.php
[edit]
[+]
Driver
[-] DriverManager.php
[edit]
[+]
Event
[-] Events.php
[edit]
[-] Exception.php
[edit]
[+]
Exception
[-] ExpandArrayParameters.php
[edit]
[-] FetchMode.php
[edit]
[+]
Id
[-] LockMode.php
[edit]
[+]
Logging
[-] ParameterType.php
[edit]
[+]
Platforms
[+]
Portability
[-] Query.php
[edit]
[+]
Query
[-] Result.php
[edit]
[+]
SQL
[+]
Schema
[-] Statement.php
[edit]
[+]
Tools
[-] TransactionIsolationLevel.php
[edit]
[+]
Types
[-] VersionAwarePlatformDriver.php
[edit]
[-] .htaccess.disabled
[edit]