共用方式為


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