Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.06 KB

File metadata and controls

40 lines (30 loc) · 1.06 KB
title getRow Method (SQLServerResultSet)
description getRow Method (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.getRow
apitype 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