Publiez la documentation pour Statement.cancel() :
/**
Cancels this <code>Statement</code> object if both the DBMS and
driver support aborting an SQL statement.
This method can be used by one thread to cancel a statement that
is being executed by another thread.
@exception SQLException if a database access error occurs or
this method is called on a closed <code>Statement</code>
@exception SQLFeatureNotSupportedException if the JDBC driver does not support
this method
*/
void cancel() throws SQLException;
Selon la description javadoc, si le SGBD et le pilote le prennent en charge, vous pouvez utiliser cette API pour y mettre fin Vous pouvez d'abord définir le délai d'attente :
Publiez la documentation pour Statement.cancel() :
Selon la description javadoc, si le SGBD et le pilote le prennent en charge, vous pouvez utiliser cette API pour y mettre fin
Vous pouvez d'abord définir le délai d'attente :
Attrapez cette exception et annulez()
Paramètres de délai d'attente MySQL