isClosed Method (SQLServerStatement)
Indicates whether this SQLServerStatement object has been closed.
참고
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.
public boolean isClosed()
반환 값
true if this SQLServerStatement object is closed, false if it is still open.
예외
주의
This isClosed method is specified by the isClosed method in the java.sql.Statement interface.