Freigeben über


previous Method (SQLServerResultSet)

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

public boolean previous()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members