Condividi tramite


isClosed Method (SQLServerConnection)

Indicates whether this SQLServerConnection object has been closed.

public boolean isClosed()

Valore restituito

true if the connection is close, false if it is not.

Eccezioni

SQLServerException

Osservazioni

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

Verifies the state of the called SQLServerConnection object. A connection is closed if the close method has been called on it, or if certain fatal errors have occurred. This method will return true only when it is called after the close method has been called.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members