Condividi tramite


isClosed Method (SQLServerResultSet)

Indicates whether this SQLServerResultSet object has been closed.

Nota

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

public boolean isClosed()

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSet Class

Concetti

SQLServerResultSet Methods
SQLServerResultSet Members