Statement.cancel

Statement.cancel

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void cancel() throws SQLException
Description
Cancel can be used by one thread to cancel a statement that is being executed by another thread.

Exceptions
SQLException if a database-access error occurs.