last Method (SQLServerResultSet)

Moves the cursor to the last row in this SQLServerResultSet object.

public boolean last()

返回值

true if the new current row is valid. false if there are no more rows to process.

异常

SQLServerException

备注

This last method is specified by the last method in the java.sql.ResultSet interface.

另请参见

参考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members