cancel Method (SQLServerStatement)
Cancels the SQL statement that is currently being run by this SQLServerStatement object.
public final void cancel()
Excepciones
Notas
This cancel method is specified by the cancel method in the java.sql.Statement interface.