我想知道我们需要传入的值的类型是public void setQueryTimeout(int queryTimeout)
什么jdbcTemplate
。文件说
> 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是否为milliseconds
,seconds
或minutes