当前位置: 技术问答>java相关
想大家请教一个初步问题?
来源: 互联网 发布时间:2015-02-06
本文导语: 请问用什么方法取得表中的记录数?是getRowCount么? | rs.last(); RowCount=rs.getRow(); rs.beforeFirst(); | select count(*) from tab where 。。。。
请问用什么方法取得表中的记录数?是getRowCount么?
|
rs.last();
RowCount=rs.getRow();
rs.beforeFirst();
RowCount=rs.getRow();
rs.beforeFirst();
|
select count(*) from tab where 。。。。