gpt4 book ai didi

java - jdbcTemplate setQueryTimeout 值类型

转载 作者:行者123 更新时间:2023-12-02 02:51:24 28 4
gpt4 key购买 nike

我想知道我们需要在jdbcTemplate中的public void setQueryTimeout(int queryTimeout)中传递什么类型的值。文档说

> Set the query timeout for statements that this JdbcTemplate executes.
> <p>Default is -1, indicating to use the JDBC driver's default (i.e. to
> not pass a specific query timeout setting on the driver). <p>Note: Any
> timeout specified here will be overridden by the remaining transaction
> timeout when executing within a transaction that has a timeout
> specified at the transaction level. @see
> java.sql.Statement#setQueryTimeout

想知道queryTimeout毫秒还是分钟

最佳答案

在检查了 java.sql.Statement 类中类似的 setQueryTimeout() 后,我的猜测是它们的行为相同。

setQueryTimeout(int seconds)

解决类似问题的一个好方法是检查互联网上的工作示例。这很有帮助!

关于java - jdbcTemplate setQueryTimeout 值类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61910310/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com