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