EPUB | CHM | PDF

TMySQLBatchExecute.Events

Top Previous Next

Please see TMySQLBatchExecute events short descriptions below:

OnAfterStatement

Occurs immediately after execution of SQL statement from SQL script by ExecSQL method.

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 after execution of SQL statement from SQL script executed by ExecSQL method.

OnBatchErrorEx

Extended version of OnBatchError event. Fires after an error occurs after 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.