| 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 |
[!INCLUDEDriver_JDBC_Download]
Retrieves the current row number.
public int getRow()
An int that indicates the current row number, 0 if there is no row.
This getRow method is specified by the getRow method in the java.sql.ResultSet interface.