isClosed Method (SQLServerStatement)

Indicates whether this SQLServerStatement object has been closed.

Hinweis

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

public boolean isClosed()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerStatement Class

Konzepte

SQLServerStatement Methods
SQLServerStatement Members