isClosed Method (SQLServerStatement)

Indicates whether this SQLServerStatement object has been closed.

Note

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

public boolean isClosed()

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members