odbc_cancel_thread(+ThreadId)If the thread ThreadId is currently blocked inside odbc_execute/3
then interrupt it. If ThreadId is not currently executing
odbc_execute/4
then odbc_cancel_thread/1
succeeds but does nothing. If
ThreadId is not a valid thread ID or alias, an exception is
raised.