当前位置: 技术问答>java相关
怎么判断一个表中没有没有记录呀?
来源: 互联网 发布时间:2015-08-22
本文导语: 1) if (rs == null) throw new SQLException("no"); 2) rs.last(); if (rs.getRow()
1) if (rs == null)
throw new SQLException("no");
2) rs.last();
if (rs.getRow()
throw new SQLException("no");
2) rs.last();
if (rs.getRow()