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 |
[!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.