Condividi tramite


first Method (SQLServerResultSet)

Moves the cursor to the first row of this SQLServerResultSet object.

public boolean first()

Valore restituito

true if the cursor is moved to the first row. Otherwise, false.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

SQLServerResultSet Methods
SQLServerResultSet Members