<?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'; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ArrayParameters | Folder | 0755 |
|
|
Cache | Folder | 0755 |
|
|
Connections | Folder | 0755 |
|
|
Driver | Folder | 0755 |
|
|
Event | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Id | Folder | 0755 |
|
|
Logging | Folder | 0755 |
|
|
Platforms | Folder | 0755 |
|
|
Portability | Folder | 0755 |
|
|
Query | Folder | 0755 |
|
|
SQL | Folder | 0755 |
|
|
Schema | Folder | 0755 |
|
|
Tools | Folder | 0755 |
|
|
Types | Folder | 0755 |
|
|
ArrayParameterType.php | File | 982 B | 0644 |
|
ColumnCase.php | File | 429 B | 0644 |
|
Configuration.php | File | 6.52 KB | 0644 |
|
Connection.php | File | 62.79 KB | 0644 |
|
ConnectionException.php | File | 917 B | 0644 |
|
Driver.php | File | 1.62 KB | 0644 |
|
DriverManager.php | File | 9.06 KB | 0644 |
|
Events.php | File | 1.58 KB | 0644 |
|
Exception.php | File | 4.95 KB | 0644 |
|
ExpandArrayParameters.php | File | 3.69 KB | 0644 |
|
FetchMode.php | File | 333 B | 0644 |
|
LockMode.php | File | 419 B | 0644 |
|
ParameterType.php | File | 982 B | 0644 |
|
Query.php | File | 1.16 KB | 0644 |
|
Result.php | File | 7.85 KB | 0644 |
|
Statement.php | File | 7.46 KB | 0644 |
|
TransactionIsolationLevel.php | File | 601 B | 0644 |
|
VersionAwarePlatformDriver.php | File | 1.02 KB | 0644 |
|