Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.12 KB

File metadata and controls

39 lines (29 loc) · 1.12 KB
title last Method (SQLServerResultSet)
description last 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.last
apitype Assembly

last Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public boolean last()  

Return Value

true if the new current row is valid. false if there are no more rows to process.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class