程序DEBUG和运行结果不一致??不要在DEBUG中监视ResultSet了!!

昨天调试程序,很简单的一段程序,java ResultSet rs = pstmt.executeQuery(); Clob result = null; if (rs != null) { while (rs.next()) { 。。。。。。 }
相关文章
相关标签/搜索