提交 41064ff5 authored 作者: Thomas Mueller's avatar Thomas Mueller

Connection.getQueryTimeout is not part of the JDBC API

上级 3615245e
...@@ -744,9 +744,8 @@ public class JdbcConnection extends TraceObject implements Connection { ...@@ -744,9 +744,8 @@ public class JdbcConnection extends TraceObject implements Connection {
/** /**
* INTERNAL * INTERNAL
*/ */
public int getQueryTimeout() throws SQLException { int getQueryTimeout() throws SQLException {
try { try {
debugCodeCall("getQueryTimeout");
if (queryTimeoutCache == -1) { if (queryTimeoutCache == -1) {
checkClosed(); checkClosed();
getQueryTimeout = prepareCommand( getQueryTimeout = prepareCommand(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论