Hitachi

Hitachi Advanced Database Application Development Guide


8.3.3 cancel()

Organization of this subsection

(1) Function

This method cancels the SQL statements executing in the corresponding object and in objects using the same connection as that object.

You can use this method to cancel executing SQL statements asynchronously.

(2) Format

public void cancel() throws SQLException

(3) Arguments

None.

(4) Return value

None.

(5) Exceptions

The JDBC driver throws an SQLException in the following cases:

(6) Notes