Events
in package
Container for all DBAL events.
This class cannot be instantiated.
Table of Contents
- onSchemaAlterTable = 'onSchemaAlterTable'
- onSchemaAlterTableAddColumn = 'onSchemaAlterTableAddColumn'
- onSchemaAlterTableChangeColumn = 'onSchemaAlterTableChangeColumn'
- onSchemaAlterTableRemoveColumn = 'onSchemaAlterTableRemoveColumn'
- onSchemaAlterTableRenameColumn = 'onSchemaAlterTableRenameColumn'
- onSchemaColumnDefinition = 'onSchemaColumnDefinition'
- onSchemaCreateTable = 'onSchemaCreateTable'
- onSchemaCreateTableColumn = 'onSchemaCreateTableColumn'
- onSchemaDropTable = 'onSchemaDropTable'
- onSchemaIndexDefinition = 'onSchemaIndexDefinition'
- onTransactionBegin = 'onTransactionBegin'
- onTransactionCommit = 'onTransactionCommit'
- onTransactionRollBack = 'onTransactionRollBack'
- postConnect = 'postConnect'
- __construct() : mixed
- Private constructor. This class cannot be instantiated.
Constants
onSchemaAlterTable
public
mixed
onSchemaAlterTable
= 'onSchemaAlterTable'
onSchemaAlterTableAddColumn
public
mixed
onSchemaAlterTableAddColumn
= 'onSchemaAlterTableAddColumn'
onSchemaAlterTableChangeColumn
public
mixed
onSchemaAlterTableChangeColumn
= 'onSchemaAlterTableChangeColumn'
onSchemaAlterTableRemoveColumn
public
mixed
onSchemaAlterTableRemoveColumn
= 'onSchemaAlterTableRemoveColumn'
onSchemaAlterTableRenameColumn
public
mixed
onSchemaAlterTableRenameColumn
= 'onSchemaAlterTableRenameColumn'
onSchemaColumnDefinition
public
mixed
onSchemaColumnDefinition
= 'onSchemaColumnDefinition'
onSchemaCreateTable
public
mixed
onSchemaCreateTable
= 'onSchemaCreateTable'
onSchemaCreateTableColumn
public
mixed
onSchemaCreateTableColumn
= 'onSchemaCreateTableColumn'
onSchemaDropTable
public
mixed
onSchemaDropTable
= 'onSchemaDropTable'
onSchemaIndexDefinition
public
mixed
onSchemaIndexDefinition
= 'onSchemaIndexDefinition'
onTransactionBegin
public
mixed
onTransactionBegin
= 'onTransactionBegin'
onTransactionCommit
public
mixed
onTransactionCommit
= 'onTransactionCommit'
onTransactionRollBack
public
mixed
onTransactionRollBack
= 'onTransactionRollBack'
postConnect
public
mixed
postConnect
= 'postConnect'
Methods
__construct()
Private constructor. This class cannot be instantiated.
private
__construct() : mixed