ResultSet rs = stmt.executeQuery("select count(*) from article where pid = " + pid);
rs.next();
int count = rs.getInt(1);
代码已贴上,假设我想从数据库中取出 pid=1 的数据条数
当我成功执行ResultSet rs = stmt.executeQuery("select count(*) from article where pid = " + pid);之后 不就已经得到一个返回的结果集了吗?
这里rs.next(); 的作用是什么?不懂为什么 没有 rs.next();会报错
起个名都要想好久了
慕的地6079101
qq_慕仔3216813
qq_9_20
言曌博客liuyanzhao_com
相关分类