Compartir a través de


getRow Method (SQLServerResultSet)

Retrieves the current row number.

public int getRow()

Valor devuelto

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

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members