共用方式為


previous Method (SQLServerResultSet)

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

public boolean previous()

傳回值

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

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members