Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.11 KB

first-method-sqlserverresultset.md

File metadata and controls

39 lines (29 loc) · 1.11 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
first Method (SQLServerResultSet)
first Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.first
Assembly

first Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
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

SQLServerResultSet Members
SQLServerResultSet Class