Compartir a través de


first Method (SQLServerResultSet)

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

public boolean first()

Valor devuelto

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

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members