当前位置: 技术问答>java相关
xmvigour(微电)老兄,还是哪个问题。
来源: 互联网 发布时间:2015-03-01
本文导语: 我用"select * from scott.emp where 1=2"查询,结果应该是空,为什么rs!=null条件却始终成立?而且用rs.afterlast()之后,getRow()得到的结果也始终是0;希望得到帮助。 | public ResultSet executeQuery(String sq...
我用"select * from scott.emp where 1=2"查询,结果应该是空,为什么rs!=null条件却始终成立?而且用rs.afterlast()之后,getRow()得到的结果也始终是0;希望得到帮助。
|
public ResultSet executeQuery(String sql)
throws SQLException
Executes an SQL statement that returns a single ResultSet object.
Parameters:
sql - typically this is a static SQL SELECT statement
Returns:
a ResultSet object that contains the data produced by the given query; never null//嗨看这里!
Throws:
SQLException - if a database access error occurs
看懂了吗?希望能帮得了你
throws SQLException
Executes an SQL statement that returns a single ResultSet object.
Parameters:
sql - typically this is a static SQL SELECT statement
Returns:
a ResultSet object that contains the data produced by the given query; never null//嗨看这里!
Throws:
SQLException - if a database access error occurs
看懂了吗?希望能帮得了你
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。