break — Cancels the execution of a long-running statement
statementObj.break
#break cancels the execution of a long-running statement on a non-blocking connection. This method will always raise an exception for the Oracle error returned on a successful break (“ORA-01013: user requested cancel of current operation”).