提交 afa830b3 编写于 作者: Z zyyang

change

上级 406d697c
...@@ -170,7 +170,6 @@ public class TSDBStatement implements Statement { ...@@ -170,7 +170,6 @@ public class TSDBStatement implements Statement {
} }
public boolean execute(String sql) throws SQLException { public boolean execute(String sql) throws SQLException {
System.out.println(Thread.currentThread().getName() + " before execute =====> isclosed: " + isClosed);
if (isClosed) { if (isClosed) {
throw new SQLException("Invalid method call on a closed statement."); throw new SQLException("Invalid method call on a closed statement.");
} }
...@@ -186,8 +185,6 @@ public class TSDBStatement implements Statement { ...@@ -186,8 +185,6 @@ public class TSDBStatement implements Statement {
this.connector.freeResultSet(pSql); this.connector.freeResultSet(pSql);
res = false; res = false;
} }
System.out.println(Thread.currentThread().getName() + " after execute =====> isclosed: " + isClosed);
return res; return res;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册