Retrieves the current row number.

语法

public int getRow()

返回值

An int that indicates the current row number, 0 if there is no row.

异常

SQLServerException

备注

This getRow method is specified by the getRow method in the java.sql.ResultSet interface.

另请参见

SQLServerResultSet Class
SQLServerResultSet Methods
SQLServerResultSet Members