संपादन करना

के माध्यम से साझा करें


getRow Method (SQLServerResultSet)

Download JDBC driver

Retrieves the current row number.

Syntax

  
public int getRow()  

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class