java mysql 查询超时_java请求action超时,怎么停止mysql继续查询数据库?

贴个Statement.cancel()的文档:

/**

Cancels this Statement 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 Statement

@exception SQLFeatureNotSupportedException if the JDBC driver does not support

this method

*/

void cancel() throws SQLException;

根据javadoc的描述,如果DBMS和驱动都支持的话是可以使用这个api结束

可以先设置超时时间:

void setQueryTimeout(int seconds) throws SQLException;

捕获这个异常然后cancel()

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值