java.sql.Connection.abort method

The java.sql.Connection.abort is supported.

The abort(Executor) method aborts a running connection. Outstanding transactional work is rolled back, and the physical connection to the database is destroyed.

Related concepts
Connection functionality not supported
Related reference
java.sql.Connection.setTransactionIsolation method
java.sql.Connection.setReadOnly method
java.sql.Connection.isReadOnly method