Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

afterlast-method-sqlserverresultset.md

File metadata and controls

36 lines (27 loc) · 1.08 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
afterLast Method (SQLServerResultSet)
afterLast Method (SQLServerResultSet)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.afterLast
Assembly

afterLast Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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