Compartir a través de


previous Method (SQLServerResultSet)

Moves the cursor to the previous row in this SQLServerResultSet object.

public boolean previous()

Valor devuelto

true if the new current row is valid. false if there are no more rows to process.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members