avatar
MySQL JDBC 问题# Java - 爪哇娇娃
r*e
1
当一个query返回0项结果时,resultset里面是什么?
为什么我用:
ResultSet rs;
rs = .... (should return nothing)
rs.equals(null) 或者 rs.wasNull()都给我返回false?
谢谢!
avatar
c*y
2
A ResultSet object maintains a cursor pointing to its current row of
data. Initially the cursor is positioned before the first row. When
there no more rows in the object, it returns false.

【在 r**e 的大作中提到】
: 当一个query返回0项结果时,resultset里面是什么?
: 为什么我用:
: ResultSet rs;
: rs = .... (should return nothing)
: rs.equals(null) 或者 rs.wasNull()都给我返回false?
: 谢谢!

avatar
c*y
3
and that's why it can be used in a while loop to iterate through the result
set.

【在 c***y 的大作中提到】
: A ResultSet object maintains a cursor pointing to its current row of
: data. Initially the cursor is positioned before the first row. When
: there no more rows in the object, it returns false.

avatar
b*e
4
the method we always use is
rs.read()

【在 r**e 的大作中提到】
: 当一个query返回0项结果时,resultset里面是什么?
: 为什么我用:
: ResultSet rs;
: rs = .... (should return nothing)
: rs.equals(null) 或者 rs.wasNull()都给我返回false?
: 谢谢!

avatar
F*n
5

~~~~~~~~~~~~~
这个真经典。。。

【在 r**e 的大作中提到】
: 当一个query返回0项结果时,resultset里面是什么?
: 为什么我用:
: ResultSet rs;
: rs = .... (should return nothing)
: rs.equals(null) 或者 rs.wasNull()都给我返回false?
: 谢谢!

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。