PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
doctrine
/
dbal
/
src
<?php namespace Doctrine\DBAL; /** * Container for all DBAL events. * * This class cannot be instantiated. * * @deprecated */ final class Events { /** * Private constructor. This class cannot be instantiated. * * @codeCoverageIgnore */ private function __construct() { } /** @deprecated */ public const postConnect = 'postConnect'; /** @deprecated */ public const onSchemaCreateTable = 'onSchemaCreateTable'; /** @deprecated */ public const onSchemaCreateTableColumn = 'onSchemaCreateTableColumn'; /** @deprecated */ public const onSchemaDropTable = 'onSchemaDropTable'; /** @deprecated */ public const onSchemaAlterTable = 'onSchemaAlterTable'; /** @deprecated */ public const onSchemaAlterTableAddColumn = 'onSchemaAlterTableAddColumn'; /** @deprecated */ public const onSchemaAlterTableRemoveColumn = 'onSchemaAlterTableRemoveColumn'; /** @deprecated */ public const onSchemaAlterTableChangeColumn = 'onSchemaAlterTableChangeColumn'; /** @deprecated */ public const onSchemaAlterTableRenameColumn = 'onSchemaAlterTableRenameColumn'; /** @deprecated */ public const onSchemaColumnDefinition = 'onSchemaColumnDefinition'; /** @deprecated */ public const onSchemaIndexDefinition = 'onSchemaIndexDefinition'; /** @deprecated */ public const onTransactionBegin = 'onTransactionBegin'; /** @deprecated */ public const onTransactionCommit = 'onTransactionCommit'; /** @deprecated */ public const onTransactionRollBack = 'onTransactionRollBack'; }
[+]
..
[-] 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]