DAC for MySQL

TMySQLBatchExecute.Events

Previous Next

Please see TMySQLBatchExecute events short descriptions below:

OnAfterExecute

Occurs immediately after SQL script was executed by ExecSQL method.

OnBeforeExecute

Occurs immediately before SQL script execution by ExecSQL method.

OnBatchError

Fires after an error occurs afer execution of SQL statement from SQL script executed by ExecSQL method.

OnBatchErrorEx

Extended version of OnBatchError event. Fires after an error occurs afer execution of SQL statement from SQL script executed by ExecSQL method.

OnProcessEx

Fires when component need to execute current statement from SQL script executed by ExecSQL() method.