关闭的语句: next、关闭的 Resultset: next、关闭的连接: next问题

如果在rs.next()之前关闭了Statement或PreparedStatement,会导致下面的异常:

java.sql.SQLException: 关闭的语句: next

 

如果在rs.next()之前关闭了Connection,会导致下面的异常:

java.sql.SQLException: 关闭的连接: next问题

 

如果在rs.next()之前关闭了ResultSet,会导致下面的异常:

java.sql.SQLException: 关闭的 Resultset: next

posted @ 2015-11-06 10:28  java高级技术汇  阅读(2698)  评论(0编辑  收藏  举报