Is there a way to prematurely abort a transaction? Say, I have sent a command to the database which runs five minutes and after four, I want to abort it.
Does JDBC define a way to send a "stop whatever you are doing on this connection" signal to the DB?