afterLast Method (SQLServerResultSet)

Download JDBC driver

Moves the cursor to after the last row of this SQLServerResultSet object.

Syntax

  
public void afterLast()  

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class