Compartir a través de


absolute Method (SQLServerResultSet)

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

public boolean absolute(int row)

Parámetros

row

An int that indicates the row number to move to. Can be positive, negative, or 0.

Valor devuelto

true if the cursor is moved to the given position. false if it is before the first row or after the last row.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerResultSet Class

Conceptos

SQLServerResultSet Methods
SQLServerResultSet Members