public abstract boolean isClosed () throws SQLException

Retrieves whether this Statement object has been closed. A Statement is closed if the method close has been called on it, or if it is automatically closed.

Returns:  true if this Statement object is closed; false if it is still open

Exceptions:
SQLException    if a database access error occurs

Since:  1.6