Partager via


last Method (SQLServerResultSet)

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

public boolean last()

Valeur de retour

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

Exceptions

SQLServerException

Notes

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

Voir aussi

Référence

SQLServerResultSet Class

Concepts

SQLServerResultSet Methods
SQLServerResultSet Members