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.
| getRow Method (SQLServerResultSet) |
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.