Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.19 KB

File metadata and controls

40 lines (30 loc) · 1.19 KB
title previous Method (SQLServerResultSet)
description previous 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.previous
apitype Assembly

previous Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public boolean previous()  

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class