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.

异常

SQLServerException

备注

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

另请参见

参考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members