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
Hinweise
This isClosed method is specified by the isClosed method in the java.sql.Statement interface.