Condividi tramite


getRow Method (SQLServerResultSet)

Retrieves the current row number.

public int getRow()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

SQLServerResultSet Methods
SQLServerResultSet Members