Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » ResultSet 接口

 

next 方法

读取 ResultSet 中的下一行数据。

语法
boolean ResultSet.next() throws ULjException
另请参见
返回值

成功读取下一行时,返回 true;否则,返回 false。