| title | isClosed Method (SQLServerStatement) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | e79b5b53-16b0-42a3-be4e-542a77a21e12 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Indicates whether this SQLServerStatement object has been closed.
public boolean isClosed()
true if this SQLServerStatement object is closed, false if it is still open.
This isClosed method is specified by the isClosed method in the java.sql.Statement interface.