Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.04 KB

File metadata and controls

36 lines (27 loc) · 1.04 KB
title afterLast Method (SQLServerResultSet)
description afterLast Method (SQLServerResultSet)
author David-Engel
ms.author davidengel
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