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

语法

public boolean absolute(int row)

参数

row

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

返回值

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

异常

SQLServerException

备注

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

另请参见

SQLServerResultSet Class
SQLServerResultSet Methods
SQLServerResultSet Members