Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.08 KB

File metadata and controls

37 lines (28 loc) · 1.08 KB
title afterLast Method (SQLServerResultSet)
description afterLast Method (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.afterLast
apitype 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