Documentation

Events
in package

FinalYes

Container for all DBAL events.

This class cannot be instantiated.

Tags
deprecated

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
deprecated

onSchemaAlterTableAddColumn

public mixed onSchemaAlterTableAddColumn = 'onSchemaAlterTableAddColumn'
Tags
deprecated

onSchemaAlterTableChangeColumn

public mixed onSchemaAlterTableChangeColumn = 'onSchemaAlterTableChangeColumn'
Tags
deprecated

onSchemaAlterTableRemoveColumn

public mixed onSchemaAlterTableRemoveColumn = 'onSchemaAlterTableRemoveColumn'
Tags
deprecated

onSchemaAlterTableRenameColumn

public mixed onSchemaAlterTableRenameColumn = 'onSchemaAlterTableRenameColumn'
Tags
deprecated

onSchemaColumnDefinition

public mixed onSchemaColumnDefinition = 'onSchemaColumnDefinition'
Tags
deprecated

onSchemaCreateTable

public mixed onSchemaCreateTable = 'onSchemaCreateTable'
Tags
deprecated

onSchemaCreateTableColumn

public mixed onSchemaCreateTableColumn = 'onSchemaCreateTableColumn'
Tags
deprecated

onSchemaDropTable

public mixed onSchemaDropTable = 'onSchemaDropTable'
Tags
deprecated

onSchemaIndexDefinition

public mixed onSchemaIndexDefinition = 'onSchemaIndexDefinition'
Tags
deprecated

onTransactionBegin

public mixed onTransactionBegin = 'onTransactionBegin'
Tags
deprecated

onTransactionCommit

public mixed onTransactionCommit = 'onTransactionCommit'
Tags
deprecated

onTransactionRollBack

public mixed onTransactionRollBack = 'onTransactionRollBack'
Tags
deprecated

postConnect

public mixed postConnect = 'postConnect'
Tags
deprecated

Methods

__construct()

Private constructor. This class cannot be instantiated.

private __construct() : mixed
Tags
codeCoverageIgnore

        
On this page

Search results