Share via


getRow Method (SQLServerResultSet)

Retrieves the current row number.

public int getRow()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerResultSet Class

Konzepte

SQLServerResultSet Methods
SQLServerResultSet Members