EPUB | CHM | PDF

TMySQLDatabase.Events

Top Previous Next

Please see TMySQLDatabase events short descriptions below:

AfterConnect

Occurs after a connection is established.

AfterDisconnect

Occurs after the connection closes.

BeforeConnect

Occurs immediately before establishing a connection.

BeforeDisconnect

Occurs immediately before the connection closes.

OnConnectionFailure

Occurs on a database connection error.

OnLogin

Occurs when an application connects to a database.

OnReconnect

Occurs after a connection is silently re-established after connection failure.