Condividi tramite


last Method (SQLServerResultSet)

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

public boolean last()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

SQLServerResultSet Methods
SQLServerResultSet Members