Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.14 KB

File metadata and controls

44 lines (34 loc) · 1.14 KB
title getRow Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.getRow
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a266e3bc-05c2-44e2-9346-125ae6780216
author David-Engel
ms.author v-daenge

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