Breaks execution of the SQL statement on the server.
procedure BreakExec; virtual;
Call the BreakExec method to break execution of the SQL statement on the server. Execution is broken by the KILL operator execution on server. It makes sense to call BreakExec only from another thread.