码迷,mamicode.com
首页 > 数据库 > 详细

【java.sql.SQLException: Before start of result set】

时间:2018-08-16 15:41:26      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:sim   use   res   map   span   pre   英语   when   exe   

将ResultSet转换为 Map<String,String>时抛出了一个这样的异常:java.sql.SQLException: Before start of result set

网上上查了下,说是必须这么写:
1 while (rs.next()){
2 
3     ...    ...
4 }

具体为什么必须这么写呢?stackoverflow上面的以为阿三大兄弟给出了答案:

Would it be safe to use result.next() or result.first() when executing a simple COUNT query because it should never be null and will only ever be 1 result.

翻译:使用 result.next() or result.first() 为了保证安全,因为它永远不应该为null并且只会是1结果;

原文地址:https://stackoverflow.com/questions/2120255/resultset-exception-before-start-of-result-set

吐槽:浓浓的咖喱味英语  呕~~~

【java.sql.SQLException: Before start of result set】

标签:sim   use   res   map   span   pre   英语   when   exe   

原文地址:https://www.cnblogs.com/Eillot/p/9487460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!