Partager via


isClosed Method (SQLServerStatement)

Indicates whether this SQLServerStatement object has been closed.

RemarqueRemarque :

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public boolean isClosed()

Valeur de retour

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

Exceptions

SQLServerException

Remarques

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

Voir aussi

Référence

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members