Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.16 KB

File metadata and controls

37 lines (27 loc) · 1.16 KB
title isClosed Method (SQLServerResultSet)
description isClosed 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

isClosed Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Indicates whether this SQLServerResultSet object has been closed.

Syntax

  
public boolean isClosed()  

Return Value

true if this SQLServerResultSet object is closed, false if it is still open.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSet Members
SQLServerResultSet Class