Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.02 KB

File metadata and controls

39 lines (29 loc) · 1.02 KB
title getRow Method (SQLServerResultSet)
description getRow Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
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