/**
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;
Menurut penerangan javadoc, jika kedua-dua DBMS dan pemandu menyokongnya, anda boleh menggunakan API ini untuk menamatkannya Anda boleh menetapkan tamat masa dahulu:
Siarkan dokumentasi untuk Statement.cancel():
Menurut penerangan javadoc, jika kedua-dua DBMS dan pemandu menyokongnya, anda boleh menggunakan API ini untuk menamatkannya
Anda boleh menetapkan tamat masa dahulu:
Tangkap pengecualian ini dan batalkan()
Tetapan tamat masa MySQL