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

public boolean first()

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also