Cancels the SQL statement that is currently being run by this SQLServerStatement object.

public final void cancel()

Exceptions

SQLServerException

Remarks

This cancel method is specified by the cancel method in the java.sql.Statement interface.

See Also