Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.02 KB

getrow-method-sqlserverresultset.md

File metadata and controls

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

getRow Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the current row number.

Syntax

  
public int getRow()  

Return Value

An int that indicates the current row number, 0 if there is no row.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class